{% include 'header.html' %} {% if error %}
{{ g.trans['date'] }} | {{ g.trans['title'] }} | {{ g.trans['views'] }} | {{ g.trans['actions'] }} | {% for post in posts %}
---|---|---|---|
{{ post.date }} | {{ post.title }} | {{ post.views }} | {{ g.trans['edit'] }}{{ g.trans['delete'] }} |