{# no tab indents for Page Inject Plugin compatibility - hibbittsdesign.org #} {% if page.header.published %} {% if page.header.display_page_title is defined and not (displaypagetitle is defined)%} {% set displaypagetitle = page.header.display_page_title %} {% endif %} {% if page.header.display_h5p_content_title is defined and not (displaycontenttitle is defined)%} {% set displaycontenttitle = page.header.display_h5p_content_title %} {% endif %} {% block content %}

{{ page.content|raw }} {% if displaypagetitle is defined %} {% if displaypagetitle %} {{ page.title }}
{% endif %} {% endif %} {% if displaycontenttitle is defined %} {% if displaycontenttitle %} {{ page.header.h5p_content_title_title }} {% endif %} {% endif %} {% set h5pcontentid = page.header.h5p_content_id %} {% if h5pcontentid|contains('http') %} {% set h5pcontenturl = h5pcontentid %} {% else %} {% if theme_var('h5pembedrootpath') %} {% set h5pembedrootpath = theme_var('h5pembedrootpath') %} {% else %} {% set h5pembedrootpath = 'https://h5p.org/h5p/embed/' %} {% endif %} {% if h5pembedrootpath|contains('h5p.com') %} {% set h5pcontenturl = h5pembedrootpath ~ h5pcontentid ~ '/embed' %} {% else %} {% set h5pcontenturl = h5pembedrootpath ~ h5pcontentid %} {% endif %} {% endif %}

{% endblock %} {% endif %}