{% set docker_version = "$VERSION" %}{% set major_minor = "$MAJOR_MINOR" %}{% set docker_commit = "$GITCOMMIT" %}{% set docker_branch = "$GIT_BRANCH" %}{% set aws_bucket = "$AWS_S3_BUCKET" %}{% set build_date = "$BUILD_DATE" %} {% if meta.page_description %}{% endif %} {% if meta.page_keywords %}{% endif %} {% if site_author %}{% endif %} {% if canonical_url %}{% endif %} {% if page_title != '**HIDDEN** - '+site_name %}{{ page_title }}{% else %}{{ site_name }}{% endif %} {% if config.google_analytics %} {% endif %} {% include "header.html" %}
{% include "nav.html" %}
{% include "beta_warning.html" %} {{ content }}
{#
{% include "toc.html" %}
{% include "breadcrumbs.html" %}
{% include "version.html" %} {{ content }}
{% include "prev_next.html" %} #} {% include "footer.html" %}