--- layout: default ---
{%- if page.title -%}

{{ page.title | escape }}

{%- endif -%} {%- if page.subtitle -%}

{{ page.subtitle | escape }}

{%- endif -%}
{%- if page.alert.content -%} {%- if page.alert.type == 'primary' -%}
{{ page.alert.content }}
{%- endif -%} {%- if page.alert.type == 'secondary' -%}
{{ page.alert.content }}
{%- endif -%} {%- if page.alert.type == 'success' -%}
{{ page.alert.content }}
{%- endif -%} {%- if page.alert.type == 'warning' -%}
{{ page.alert.content }}
{%- endif -%} {%- if page.alert.type == 'danger' -%}
{{ page.alert.content }}
{%- endif -%} {%- if page.alert.type == nil -%}
{{ page.alert.content }}
{%- endif -%} {%- endif -%} {{ content }}
{%- include toper.html -%}