Julio Biason
5 years ago
1 changed files with 17 additions and 0 deletions
@ -0,0 +1,17 @@ |
|||||||
|
{% extends "index.html" %} |
||||||
|
|
||||||
|
{% block content %} |
||||||
|
<div class="post"> |
||||||
|
<h1 class="post-title">{{ section.title }}</h1> |
||||||
|
|
||||||
|
<ul> |
||||||
|
{% for term in section.pages %} |
||||||
|
<li class="tag-list"> |
||||||
|
<a href="{{ term.permalink | safe }}"> |
||||||
|
{{ term.title }} |
||||||
|
</a> |
||||||
|
</li> |
||||||
|
{% endfor %} |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
{% endblock content %} |
Loading…
Reference in new issue