{% import "Portfolio/macros/base.html" as m with context %}
{% import "Portfolio/macros/meta.html" as meta with context %}
{% set header_title_suffix = header_title_suffix or "" %}
{{ meta.header(" %s" % header_title_suffix) }}
{{ meta.social() }}
{#:: Portfolio CSS & JS ::#}
{%- assets "portfolio_css" %}
{% endassets -%}
{%- assets "portfolio_js" %}
{% endassets -%}
{#:: Google Analytics ::#}
{%- if __.GOOGLE_ANALYTICS_ID %}
{{ m.google_analytics(__.GOOGLE_ANALYTICS_ID) }}
{% endif -%}
{#:: Init Portfolio script ::#}