{% include 'header.html' %} {% if error %}
| {{ _('date') }} | {{ _('title') }} | {{ _('draft') }} | {{ _('views') }} | {{ _('actions') }} |
|---|---|---|---|---|
| {{ post.date }} | {{ post.title }} | {% if post.isdraft == "1" %}{{ _('yes') }}{% else %}{{ _('no') }}{% endif %} | {{ post.views }} |
| URL | {{ _('name') }} | {{ _('show-in-header') }} | {{ _('actions') }} |
|---|---|---|---|
| /{{ page.url }} | {{ page.name }} | {% if page.show == "1" %}{{ _('yes') }}{% else %}{{ _('no') }}{% endif %} |