Use mixin components from Pillar

This commit is contained in:
2018-09-07 17:19:36 +02:00
parent 23fbb68cfc
commit e348b003b1
9 changed files with 10 additions and 78 deletions

View File

@@ -1,7 +1,7 @@
| {% extends 'layout.html' %}
| {% block page_title %}Services{% endblock %}
| {% set title = 'services' %}
include mixins/components
include ../../../pillar/src/templates/mixins/components
| {% block og %}
meta(property="og:type", content="website")