Files
bodyrep-sandpit/br/src/BodyRep/Resources/views/Landing/index.html.twig
Alex Lewis d6e23f1b44 neh
2012-09-22 13:20:27 +10:00

13 lines
223 B
Twig

{% extends 'BodyRep::layout.html.twig' %}
{% block title %}BodyRep - Welcome{% endblock %}
{% block content_header '' %}
{% block content %}
{% include 'BodyRep:Landing:navbar.html.twig' %}
Landing Page
{% endblock %}