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


Hang on, we reloading big blames...
{% extends 'layout.twig' %} {% block body %} {% include 'navigation.twig' %} <div class="container"> <div class="row"> <div class="span12"> {% if branches is defined %} {% include 'branch_menu.twig' %} {% endif %} {% include 'menu.twig' %} </div> </div> {% block content %}{% endblock %} <hr> {% include 'footer.twig' %} </div> {% endblock %}