{% from '@mio/macros.twig' import link, navigation %} {% set mio_navigation = { 'Home':'/', 'Chat':'https://chat.flashii.net', } %} {% include '@mio/_layout/meta.twig' %}
{% if app.session is not null %}
Hey, {{ app.session.user.username }}!
{% else %} Login/Register {% endif %}
{% block content %}
Hello!
This page has no content!
{{ navigation(mio_navigation) }} {% endblock %}