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,6 +1,6 @@
| {% extends 'layout.html' %}
| {% from '_macros/_navigation.html' import navigation_tabs %}
include ../mixins/components
include ../../../../pillar/src/templates/mixins/components
| {% set title = 'home' %}