{% 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" %}
{% if not meta.no_toc %}
{% else %}
{% endif %} {% include "beta_warning.html" %} {% if not meta.no_version_dropdown %}
{% endif %} {{ content }}
{# need to find an unobtrusive way to add this back {% include "prev_next.html" %} #} {% include "footer.html" %}