{% extends 'base.html' %}
{% block meta %}
{# TODO: For translated pages the following code generates: Function call 'get_section' failed, Section `` not found #}
{# set latestStr = resource.subsections | sort | last #}
{# set latestSection = get_section(path=latestStr) #}
{# set latestPage = latestSection.pages | first #}
{% set latestPage = section.pages | first %}
{% endblock meta %}
{% block content %}
{{ resource.title }}
{{ page.description | safe }}
{% endif %} {{ trans(key='more_title', lang=lang) }}