{% extends 'base.html' %} {% from "macros.html" import render_field %} {% block title %}Session Defaults{% endblock %} {% block content_title %}Session Defaults{% endblock %} {% block content_description %}Specifiy the defaults to be used in your session.{% endblock %} {% block content %}
{% endblock %} {% block content_footer %} {% endblock %}