{% block page_title %}{{ page is defined ? page.pagetitle : 'Kulturreisen vom Reiseveranstalter STERN TOURS aus Berlin' }}{% endblock page_title %}
{% block metatags %}
{% block meta_description -%}
{%- if page is defined and page.description is not empty -%}
{%- elseif app.debug -%}
{%- endif -%}
{%- endblock %}
{% block meta_keywords -%}
{%- if page is defined and page.keywords is not empty -%}
{%- elseif app.debug -%}
{%- endif -%}
{%- endblock %}
{% block meta_robots %}
{% if app.debug %}{% endif %}
{% endblock %}
{% endblock %}
{% block canonical_tag %}
{% if canonical_url is not defined and page is defined %}
{% if page.canonicalUrl is not empty %}
{% set canonical_url = (page.canonicalUrl starts with '/' ? get_base_url()) ~ page.canonicalUrl %}
{% if app.debug %}{% endif %}
{% else %}
{% set canonical_url = get_base_url() ~ page.urlPath %}
{% if app.debug %}{% endif %}
{% endif %}
{% elseif app.debug and canonical_url is defined %}
{% endif %}
{% if canonical_url is defined %}
{% elseif app.debug %}
{% endif %}
{% endblock %}
{% block stylesheets %}
{% endblock stylesheets %}