Category information to be used with plugin autopages

This commit is contained in:
2019-04-26 02:34:22 +05:30
parent e874b3471c
commit a277abeb44
3 changed files with 8 additions and 2 deletions

View File

@ -16,6 +16,9 @@
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="post-heading">
<h1>{{ gettext('Category:') }} {{ category }}</h1>
{% if category.page.content %}
{{ category.page.content }}
{% endif %}
</div>
</div>
</div>