{% extends "layout.html" %} {% block body %} {% include "notifications.html" %}
{% include "small_topbar.html" %}
{# From here, the jinja syntax is escaped because we use the angularjs syntax #} {% raw %}
Booleans
{{ $select.selected.name }}
Strings
{{ $select.selected.name }}
Integers
{{ $select.selected.name }}
Multi
{{ $select.selected.name }}
{% endraw %}
{% endblock %}