Reworked to newstyle gettext and named vars

This commit is contained in:
Marcel Huth 2016-08-10 19:28:32 +02:00
parent 36d06accb0
commit 5497850c51
14 changed files with 83 additions and 60 deletions

View file

@ -1,10 +1,10 @@
{% extends "base.html" %}
{% block title %} – {% trans %}Archives{% endtrans %}{% endblock %}
{% block title %} – {{ _('Archives') }}{% endblock %}
{% block content %}
<article>
<header>
<h1>{% trans %}Archives{% endtrans %}</h1>
<h1>{{ _('Archives') }}</h1>
</header>
<div>
<dl>