{% extends 'base.html' %}
{% load cms_tags %}
{% load wagtailmetadata_tags %}
{% block meta_tags %}
{% meta_tags %}
{% endblock meta_tags %}
{% block style %}
{% endblock style %}
{% block breadcrumb %}
{% if page.bannercontent %}
{% include 'components/common/carousel.html' with width=page.bannerWidth height=page.bannerHeight
timer=page.bannerTimer content=page.bannercontent %}
{% endif %}
{% if page.menuName %}
{{page.menuName}}
{% else %}
{{page.title}}
{% endif %}
{% endblock breadcrumb %}
{% block content %}
{% endblock content %}
{% block script %}
{% endblock script %}