{% from '@mio/macros.twig' import link, navigation %} {% set mio_navigation = { 'Home': '/', 'News': '/news.php', 'Chat': 'https://chat.flashii.net', } %} {% include '@mio/_layout/meta.twig' %}
{% block content %}
Hello!
This page has no content!
{{ navigation(mio_navigation) }} {% endblock %}