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