Added highlighting for selected category
This commit is contained in:
@ -11,7 +11,14 @@
|
||||
</head>
|
||||
<body>
|
||||
{% include 'header.html' %}
|
||||
|
||||
|
||||
<div class="container">
|
||||
{% if category is defined %}
|
||||
{% set include_file = category+".html" %}
|
||||
{% include include_file ignore missing %}
|
||||
{% endif %}
|
||||
|
||||
{% include content %}
|
||||
</div>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user