1 2 3 4 5 6 7 8 9
{% extends "templates/layout" %} {% block content %} {% include 'components/organisms/hero/hero' with hero only %} {% include 'components/organisms/page-section/page-section--generic' with getInTouch only %} {% include 'components/organisms/page-section/page-section--generic' with contactStudent only %} {% include 'components/organisms/page-section/page-section--generic' with upcomingEvents only %} {% include 'components/organisms/page-section/page-section--generic' with signUp only %} {% endblock %}