+ {%- if page.mark -%}
+
+
+
+
+
+ {%- endif -%}
+
+ {%- if page.title -%}
+
+ + {{ page.title }} +
+ {%- endif -%} + {%- if page.excerpt -%} +
+ {{ page.excerpt | markdownify }}
+
+ {%- endif -%}
+
+ {{ content }}
+
+