Giulio Fidente | 44ccac7 | 2013-03-21 18:51:03 +0100 | [diff] [blame] | 1 | {% extends "base.html" %} |
| 2 | {% block title %}{{ SITENAME }} - {{ page.title }}{% endblock %} |
| 3 | {% block content %} |
Giulio Fidente | 8305e74 | 2013-03-22 23:17:45 +0100 | [diff] [blame] | 4 | <header> |
| 5 | <h3>{{ page.title }}</h3> |
| 6 | </header> |
Giulio Fidente | 44ccac7 | 2013-03-21 18:51:03 +0100 | [diff] [blame] | 7 | <article> |
| 8 | <h1 id="title"> |
| 9 | <a href="{{ SITEURL }}/{{ page.url }}" rel="bookmark">{{ page.title }}</a> |
| 10 | </h1> |
| 11 | {{ page.content }} |
| 12 | </article> |
Giulio Fidente | 44ccac7 | 2013-03-21 18:51:03 +0100 | [diff] [blame] | 13 | <footer> |
Giulio Fidente | 8305e74 | 2013-03-22 23:17:45 +0100 | [diff] [blame] | 14 | <a href="{{ SITEURL }}/" class="button_accent">←Index</a> |
Giulio Fidente | 44ccac7 | 2013-03-21 18:51:03 +0100 | [diff] [blame] | 15 | </footer> |
| 16 | {% endblock %} |