switched to template

This commit is contained in:
timurgordon
2022-08-11 15:34:45 +03:00
parent 368fb13a06
commit eb1657c948
73 changed files with 2009 additions and 7058 deletions

View File

@@ -1,16 +1,9 @@
{% extends "_default/base.html" %}
{% block content %}
<<<<<<< HEAD
<!-- Landing page template, has a banner and rows of page summaries -->
<main>
{{section.content | safe}}
</main>
=======
<!-- home page template, has a banner and rows of page summaries -->
<div>
{% set page = get_page(path="home/index.md") %}
{{page.content | safe}}
</div>
>>>>>>> template/master
{% endblock content %}