RSS Git Download  Clone
Raw View History
Blames found: 5 Mode: twig Binary: false


Hang on, we reloading big blames...
{% extends 'layout.twig' %}
{% block title %}GitList{% endblock %}
{% block body %} {% include 'navigation.twig' %} <div class="container"> <div class="alert alert-error"> <strong>Oops!</strong> {{ message }} </div>
<hr />
{% include 'footer.twig' %} </div> {% endblock %}