forked from hero/www_hero_project
add technology section
This commit is contained in:
16
templates/layouts/technology.html
Normal file
16
templates/layouts/technology.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{% extends "_default/base.html" %}
|
||||
{% block content %}
|
||||
<!-- mycelium.md page template, has a banner and rows of page summaries -->
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
{% set page = get_page(path="technology/index.md") %}
|
||||
{{page.content | safe}}
|
||||
</div>
|
||||
|
||||
|
||||
{% include "partials/technology1.html" %}
|
||||
{% include "partials/technology2.html" %}
|
||||
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user