{% extends "base" %} {% block extracss %} {% endblock extracss %} {% block content %}

Panel de administración

Agregar artículo

id

Título

Visitas

Visible

{% for post in posts %} {% if loop.index is odd %}

{{ post.id }}

{{ post.title }}

0

{{ post.published }}

Editar

{% else %}

{{ post.id }}

{{ post.title }}

0

{{ post.published }}

Editar

{% endif %} {% endfor %}

{% endblock content %}