forked from hero/www_hero_project
ADD USECASES
This commit is contained in:
16
templates/layouts/usecases.html
Normal file
16
templates/layouts/usecases.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="usecases/index.md") %}
|
||||
{{page.content | safe}}
|
||||
</div>
|
||||
|
||||
|
||||
{% include "partials/usecases1.html" %}
|
||||
|
||||
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user