{% extends "base.html" %} {% block title %}{% if filename %}{{ filename }} - {% endif %}Grip{% endblock %} {%- block styles -%} {%- for style_url in style_urls -%} {% endfor -%} {%- if styles %} {% endif -%} {%- endblock -%} {%- block page -%}
{{ content|safe }}
 
{%- endblock -%}