{% extends "base.html" %} {% block content %} {% if page.edit_url %} {% include ".icons/material/pencil.svg" %} {% endif %}

{{ page.title }}


{{ page.content }}

About:

This page forms part of our Project {{ config.repo_name }}.

Page Metadata
Version: ToDo: place files short git commit here
Date Created: {{ page.meta.date.strftime("%Y-%m-%d") }}
{% if page.meta.git_revision_date_localized %}Date Edited: {{ page.meta.git_revision_date_localized.replace("\n", "").replace("\r", "") }}
{% endif %}

Contribution:

Would You like to contribute to our {{ config.repo_name }} project? You can assist in the following ways:

 

ToDo: Add the page list of contributors

{% endblock %}