RSS Git Download  Clone
Raw View History
Blames found: 1 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 %}