{% set cdn_version = now() | date(format="%d%m%Y%H%M%S") %} {%- if page.title -%} {{ page.title }} {%- elif section.title -%} {{ section.title }} {%- endif -%} {% if dsc is not defined %} {% else %} {% endif %} {% if page.extra.keywords is defined %}{% endif %} {% if config.extra.stats and config.mode != 'serve' %} {% endif %} {%- if config.build_search_index -%} {%- endif -%} {% include 'header.html' %}
{% block content %} {% endblock %}
{% include 'footer.html' %}