|
@ -2,13 +2,5 @@ |
|
|
{% block content_title %} |
|
|
{% block content_title %} |
|
|
<h1>Category: {{ category }}</h1> |
|
|
<h1>Category: {{ category }}</h1> |
|
|
<hr> |
|
|
<hr> |
|
|
{% for p in pages %} |
|
|
|
|
|
{% if p.slug == category %} |
|
|
|
|
|
<div id="title">{{ p.content }}</div> |
|
|
|
|
|
{% endif %} |
|
|
|
|
|
{% if p.slug == projects %} |
|
|
|
|
|
<div id="title">{{ p.content }}</div> |
|
|
|
|
|
{% endif %} |
|
|
|
|
|
{% endfor %} |
|
|
|
|
|
{% endblock %} |
|
|
{% endblock %} |
|
|
|
|
|
|
|
|