{% extends '_layout.html' %} {% macro render_pagination(pagination, endpoint) %} {% endmacro %} {% block content %}

{{ project.name }}

{{ project.description }}

{% for d in documents.items %} {% endfor %}
# Text Action
{{ d.id }} {{ d.text }}
{{ render_pagination(documents, 'project_view.view_project') }}
{% endblock %}