{% extends 'base/base.html.twig' %} {% block title %}Snip {{ snip }}{% endblock %} {% block body %} Back Reset to latest
{% for commit in commits %} {{ commit.date|date }} - {{ commit.hash }} {% endfor %}
{% endblock %}