forked from hero/www_hero_project
mycelium
This commit is contained in:
30
templates/layouts/home.html
Normal file
30
templates/layouts/home.html
Normal file
@@ -0,0 +1,30 @@
|
||||
|
||||
{% extends "_default/base.html" %}
|
||||
{% block content %}
|
||||
|
||||
{% include "partials/mycelium2.html" %}
|
||||
{% include "partials/logos.html" %}
|
||||
|
||||
|
||||
{% include "partials/about.html" %}
|
||||
{% include "partials/mesh2.html" %}
|
||||
{% include "partials/concepts.html" %}
|
||||
|
||||
<div>
|
||||
{% set page = get_page(path="home/index.md") %}
|
||||
{{page.content | safe}}
|
||||
</div>
|
||||
|
||||
{% include "partials/benefits.html" %}
|
||||
|
||||
{% include "partials/technologies.html" %}
|
||||
|
||||
{% include "partials/blogs.html" %}
|
||||
|
||||
{% include "partials/stats.html" %}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user