{# Home Page -------------------------------------------------- This is your Homepage! #} {% extends "_layouts/_master.html" %} {% set bodyClass = "p-home" %} {% block appTitle %} Home {% endblock %} {% block appContent %}

{{ index.headline }}

{{ index.intro }}

<% if (projectVue == true ) { %>
<% } %> {% endblock %}