Switch to Conche and Spectre
This commit is contained in:
2
StencilSpecs/fixtures/base.html
Normal file
2
StencilSpecs/fixtures/base.html
Normal file
@@ -0,0 +1,2 @@
|
||||
{% block header %}Header{% endblock %}
|
||||
{% block body %}Body{% endblock %}
|
||||
2
StencilSpecs/fixtures/child.html
Normal file
2
StencilSpecs/fixtures/child.html
Normal file
@@ -0,0 +1,2 @@
|
||||
{% extends "base.html" %}
|
||||
{% block body %}Child{% endblock %}
|
||||
1
StencilSpecs/fixtures/test.html
Normal file
1
StencilSpecs/fixtures/test.html
Normal file
@@ -0,0 +1 @@
|
||||
Hello {{ target }}!
|
||||
Reference in New Issue
Block a user