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


Hang on, we reloading big blames...
{% extends 'layout.twig' %}
{% block title %}P3X GitList{% endblock %}
{% block body %} {% include 'navigation.twig' %} <div class="container">
<div class="alert alert-danger">
<strong>Oops!</strong> {{ message }}
</div>
<a class="btn btn-info btn-block" href="#" onclick="location = document.referrer">You may go back to previous page.</a>
{% include 'footer.twig' %} </div> {% endblock %}