{% extends 'base.html.twig' %} {% block css %} {% if gist.cipher %} {% else %} {% endif %} {{ parent() }} {% endblock %} {% block title %}{{ gist.title ? gist.title : 'gist.untitled'|trans }} - {{ commit|slice(0, 10) }}{% endblock %} {% block body %}
{{ gist.title ? gist.title : 'gist.untitled'|trans }}
{% if gist.cipher %}
{{ raw_content|raw }}
{% else %} {{ content|raw }} {% endif %}

{{ 'gist.action.embed'|trans }}

' }}" />

{% endblock %} {% block js %} {{ parent() }} {% if gist.cipher %} {{ include('View/cipherJs.html.twig') }} {% endif %} {% endblock %}