{% extends '../layouts/mobile.html' %} {# More mobile customizations if needed #} {% block main %}

{{ title }}

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

No articles.  create one

{% endif %} {% endblock %}