Add Package.swift and move files around
This commit is contained in:
2
Tests/fixtures/base.html
vendored
Normal file
2
Tests/fixtures/base.html
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
{% block header %}Header{% endblock %}
|
||||
{% block body %}Body{% endblock %}
|
||||
2
Tests/fixtures/child.html
vendored
Normal file
2
Tests/fixtures/child.html
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
{% extends "base.html" %}
|
||||
{% block body %}Child{% endblock %}
|
||||
1
Tests/fixtures/test.html
vendored
Normal file
1
Tests/fixtures/test.html
vendored
Normal file
@@ -0,0 +1 @@
|
||||
Hello {{ target }}!
|
||||
Reference in New Issue
Block a user