rra
5 years ago
2 changed files with 7 additions and 2 deletions
@ -1,5 +1,10 @@ |
|||||
{% extends "index.html" %} |
{% extends "index.html" %} |
||||
{% block content_title %} |
{% block content_title %} |
||||
<div id="pertaining">Everything pertaining to {{ category }}</div> |
<h2>{{ category }}</h2> |
||||
|
{% for article in articles_page.object_list %} |
||||
|
{% if article.title == 'Introduction' %} |
||||
|
<div class='category-intro'>{{article.content}}</div> |
||||
|
{% endif %} |
||||
|
{% endfor %} |
||||
{% endblock %} |
{% endblock %} |
||||
|
|
||||
|
Loading…
Reference in new issue