gdritter repos frony-ritter-designs / master old_templates / about_page.html
master

Tree @master (Download .tar.gz)

about_page.html @masterraw · history · blame

1
2
3
4
5
6
7
$def with (text)
<div id="photo">
  <img src="/static/frony.png" />
</div>
<div id="about-block">
  $:markdown(text)
</div>