{% import "macros.html" as macros %} {% extends "root.html" %} {% block body %} {{ macros::nav(selected="home") }}

Hello, world!

A B C
{% endblock %}