{% set resolved_page_title = page_title | default(value="") %} {% set resolved_page_url = page_url | default(value="/") %} {% set robots_value = robots | default(value="index,follow") %} {% set site_title = website_main.title | default(value="") %} {% set has_site_title = site_title | trim | length > 0 %} {% set site_description = website_main.description | default(value="") %} {% set has_site_description = site_description | trim | length > 0 %} {% set site_domain = website_main.domain | default(value="") %} {% set has_site_domain = site_domain | trim | length > 0 %} {% set has_email_main = email_main | trim | length > 0 %} {% set page_title_content = "" %} {% if resolved_page_title != "" and has_site_title %} {% set page_title_content = resolved_page_title ~ " ยท " ~ site_title %} {% elif resolved_page_title != "" %} {% set page_title_content = resolved_page_title %} {% elif has_site_title %} {% set page_title_content = site_title %} {% endif %} {% if page_title_content != "" %} {% endif %} {% if has_site_description %} {% endif %} {% if has_site_domain %} {% endif %} {% if page_title_content != "" %} {% endif %} {% if has_site_domain %} {% endif %} {% if has_site_title %} {% endif %} {% if has_site_description %} {% endif %} {% if has_email_main %} {% endif %} {% if position.locale | trim | length > 0 %} {% endif %} {% if position.locality | trim | length > 0 %} {% endif %} {% if position.region | trim | length > 0 %} {% endif %} {% if position.postal_code | trim | length > 0 %} {% endif %} {% if position.country_name | trim | length > 0 %} {% endif %} {% if position.latitude | trim | length > 0 %} {% endif %} {% if position.longitude | trim | length > 0 %} {% endif %} {% if has_site_domain %} {% endif %} {% if page_title_content != "" %} {% endif %} {% if has_site_description %} {% endif %} {% set twitter_handle = "" %} {% set twitter_site_nickname = "" %} {% for social in socials %} {% if social.social_name == 'twitter' or social.social_name == 'x' %} {% set_global twitter_handle = social.profile_nickname | replace(from='@', to='') %} {% if twitter_site_nickname == "" %} {% set_global twitter_site_nickname = social.profile_nickname %} {% endif %} {% endif %} {% endfor %} {% if twitter_handle != "" %} {% endif %} {% if twitter_site_nickname != "" %} {% endif %} {% if page_title_content != "" %} {{ page_title_content }} {% endif %} {% if has_site_domain %} {% endif %} {% if has_site_title %} {% endif %} {% if minify_assets %} {% else %} {% endif %} {% block aside %}{% endblock aside %}
{% block content %}{% endblock content %}