{% extends 'base.html' %} {% load i18n reader bulma_tags static %} {% block title %}{{ board.name }}{% endblock %} {% block content %}

{{ board.name }}

{% if articles %} {% trans "Mark as read" %} {% endif %}
{% if articles %} {% include 'reader/_articles.html' %} {% else %}

{{ empty_phrase }}

{% endif %} {% endblock %}