{%- include head.html -%} {%- include header.html -%}
{%- if page.title -%}

{{ page.title | escape }}

{%- endif -%}
{{ content }}
{%- if page.works.name -%}

{{ page.works.name | escape }}

{%- endif -%}
{%- if page.works -%} {% for work in page.works.data %}
{%- if work[1].imgsrc -%} Card image {%- endif -%}
{%- if work[1].title -%}

{{ work[1].title | escape }} {%- endif -%} {%- if work[1].tags -%} {% for tag in work[1].tags %} {{ tag | escape }} {% endfor %} {%- endif -%}

{%- if work[1].subtitle -%}
{{ work[1].subtitle | escape }}
{%- endif -%} {%- if work[1].description -%}

{{ work[1].description | escape }}

{%- endif -%} {%- if work[1].button_text -%} {%- endif -%}
{% endfor %} {%- endif -%}
{%- include footer.html -%}