Indent jinja code blocks, allow editors to collapse regions

This commit is contained in:
Raymond Wanyoike 2017-11-21 11:17:33 +03:00
commit 75a023e04c
16 changed files with 253 additions and 249 deletions

View file

@ -1,9 +1,9 @@
{% extends "index.html" %}
{% block title %}
{{ author }} Articles | {{ SITENAME }}
{{ author }} Articles | {{ SITENAME }}
{% endblock %}
{% block page_header %}
{{ author }} Articles
{{ author }} Articles
{% endblock %}