RSS Git Download  Clone
Raw View History
Blames found: 7 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-danger">
<strong>Oops!</strong> {{ message }} </div>
{% include 'footer.twig' %} </div> {% endblock %}