{% extends "roadrunner/roadrunner_page.html" %} {% load static ocyan_main wagtailcore_tags %} {% block description %}{% if page.meta_description %}{{ page.meta_description }}{% else %}{{ block.super }}{% endif %}{% endblock %} {% block title %}{% if page.get_meta_title %}{{ page.get_meta_title }}{% else %}{{ block.super }}{% endif %}{% if page.get_site.site_name %} - {{ page.get_site.site_name }}{% endif %}{% endblock %} {% block extrahead %} {% if page.noindex %}{% endif %} {% if page.meta_keywords %}{% endif %} {{ block.super }} {% endblock %} {% block roadunnercss %}{% comment %} The css is in oxyan {% endcomment %} {{ block.super }} {% endblock %} {% block roadrunnerscripts %}{% comment %} The scripts are in oxyan {% endcomment %} {{ block.super }} {% endblock %} {% block highlight_slider %}{% endblock %} {% block content_wrapper %}