aboutsummaryrefslogtreecommitdiffstats
path: root/uikit/templates/category.html
blob: 3358ed582729432778021f2a85ab2334ae15ae47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{% extends "index.html" %}
{% import 'html_macros.html' as html_macros %}

{% block head %}
{{ super() }} {{ html_macros.get_meta(category) }}
{% endblock head %}
{% block titlename %}{{category|capitalize}}{% endblock titlename %}

{% block heading %}
{#
<h1 class="{% if CAPITALIZE_HEADINGS %}capitalize{% endif %}">
#}
<!--
<h1 class="heading uk-text-primary">
    Articles in the category <span class="entity">{{ category }}</span>
</h1>
-->
{% endblock heading %}