{% extends "base.html" %} {% block title %}{{ title }}{% endblock %} {% block body %} {% include "navbar.html" %}

Functions Description

{% for key in functions.keys() %}

{{ key }}

{% if functions[key] %}
{{ functions[key]|safe }}
{% endif %} {% endfor %}
{% include "footer.html" %} {% endblock %}