{% import "Pylot/macros/base.html" as m with context %}
{#:: Include the meta data ::#}
{#% include "Pylot/includes/meta.html" %#}
{#:: Pylot CSS & JS ::#}
{%- assets "pylot_css" %}
{% endassets -%}
{%- assets "pylot_js" %}
{% endassets -%}
{#:: Google Analytics ::#}
{%- if __.GOOGLE_ANALYTICS_ID %}
{{ m.google_analytics(__.GOOGLE_ANALYTICS_ID) }}
{% endif -%}
{#:: Init Pylot script ::#}