This commit is contained in:
Alex Lewis
2012-09-22 13:20:27 +10:00
parent fd1ab5f78e
commit d6e23f1b44
142 changed files with 17323 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{% extends 'BodyRep::layout.html.twig' %}
{% block title %}BodyRep - Welcome{% endblock %}
{% block content_header '' %}
{% block content %}
{% include 'BodyRep:Landing:navbar.html.twig' %}
Landing Page
{% endblock %}