{% 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 scripts -%} {%- endblock -%} {%- block page -%}
{% if discussion %}
{{ content|safe }}
{% else %}
{% if render_title and filename %}

{{ filename }}

{% endif %}
{{ content|safe }}
{% endif %}
 
{%- endblock -%}