add people
This commit is contained in:
16
templates/layouts/contact.html
Normal file
16
templates/layouts/contact.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{% extends "_default/base.html" %}
|
||||
{% block content %}
|
||||
|
||||
<!-- home page template, has a banner and rows of page summaries -->
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
{% set page = get_page(path="contact/index.md") %}
|
||||
{{page.content | safe}}
|
||||
</div>
|
||||
|
||||
{% include "partials/contact.html" %}
|
||||
{% include "partials/quote.html" %}
|
||||
|
||||
{% endblock content %}
|
16
templates/layouts/hero.html
Normal file
16
templates/layouts/hero.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{% extends "_default/base.html" %}
|
||||
{% block content %}
|
||||
|
||||
<!-- home page template, has a banner and rows of page summaries -->
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
{% set page = get_page(path="ventures/hero/index.md") %}
|
||||
{{page.content | safe}}
|
||||
</div>
|
||||
|
||||
{% include "partials/ventures/hero.html" %}
|
||||
|
||||
|
||||
{% endblock content %}
|
@@ -10,7 +10,7 @@
|
||||
{{page.content | safe}}
|
||||
</div>
|
||||
|
||||
{% include "partials/odez.html" %}
|
||||
{% include "partials/ventures/odez.html" %}
|
||||
|
||||
|
||||
{% endblock content %}
|
16
templates/layouts/ourphone.html
Normal file
16
templates/layouts/ourphone.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{% extends "_default/base.html" %}
|
||||
{% block content %}
|
||||
|
||||
<!-- home page template, has a banner and rows of page summaries -->
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
{% set page = get_page(path="ventures/ourphone/index.md") %}
|
||||
{{page.content | safe}}
|
||||
</div>
|
||||
|
||||
{% include "partials/ventures/ourphone.html" %}
|
||||
|
||||
|
||||
{% endblock content %}
|
16
templates/layouts/sikana.html
Normal file
16
templates/layouts/sikana.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{% extends "_default/base.html" %}
|
||||
{% block content %}
|
||||
|
||||
<!-- home page template, has a banner and rows of page summaries -->
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
{% set page = get_page(path="ventures/sikana/index.md") %}
|
||||
{{page.content | safe}}
|
||||
</div>
|
||||
|
||||
{% include "partials/ventures/sikana.html" %}
|
||||
|
||||
|
||||
{% endblock content %}
|
16
templates/layouts/threefold.html
Normal file
16
templates/layouts/threefold.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{% extends "_default/base.html" %}
|
||||
{% block content %}
|
||||
|
||||
<!-- home page template, has a banner and rows of page summaries -->
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
{% set page = get_page(path="ventures/threefold/index.md") %}
|
||||
{{page.content | safe}}
|
||||
</div>
|
||||
|
||||
{% include "partials/ventures/threefold.html" %}
|
||||
|
||||
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user