-
- {% block content %}
-
-
-
- {% block content_inner %}
- {{ page.content }}
- {% endblock content_inner %}
+
+
+
+
+ {% block content %}
+
+
+ {% endblock content %}
+
+
+
+
+
+
+ {% block content_inner %}
+
+
+
-
- {% endblock content %}
-
+
-
-
- {% if page.meta.git_revision_date_localized %}
- Last update: {{ page.meta.git_revision_date_localized }}
- {% endif %}
- {% if page.meta.git_created_date_localized %}
- • Created: {{ page.meta.git_created_date_localized }}
- {% endif %}
-
+ {{ page.content }}
+
+ {% endblock content_inner %}
-
+
+
+ {% if page.meta.git_revision_date_localized %}
+ Last update: {{ page.meta.git_revision_date_localized }}
+ {% endif %}
+ {% if page.meta.git_created_date_localized %}
+ • Created: {{ page.meta.git_created_date_localized }}
+ {% endif %}
+
-
+