{% extends '../layouts/default.html' %} {% block main %}

{{ title }}

{% endblock %} {% block content %} {% if (users.length) %} {% for user in users %} {% include 'user.html' %} {% endfor %} {% if (pages > 1) %} {% endif %} {% else %}

No articles.  create one

{% endif %} {% endblock %}