{% extends 'base.html.twig' %} {% block css %} {{ parent() }} {% endblock %} {% block body %}
{% if not gist.cipher %} {% endif %}
{% if not gist.cipher %} {% endif %} {{ gist.title ? gist.title : 'gist.untitled'|trans }}
{% if gist.cipher %}
{{ content }}
{% else %} {{ content|raw }} {% endif %}
{% if not gist.cipher %}
{% for commit in history %}

Commit {{ commit.commit }}
Date: {{ commit.date|date('date.format'|trans) }}

Afficher DIFF

{% if not loop.last %}
{% endif %} {% endfor %}
{% endif %}
{% endblock %} {% block js %} {{ parent() }} {% endblock %}