{% extends "layout.html" %}
{% import "macros.html" as mc %}
{% block content %}
{# Read the and invert the namespace/prefix definitions for substitution #}
{% set prefixes, error = from_file(conf.template_path+'/prefixes.json').fetch_tree() %}
{% set inverted_prefixes = invert_dict(prefixes) %}
{% include "sections/simple_view.html" with context %}
{% endblock %}