Add support for Swift 3.0
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
{% block header %}Header{% endblock %}
|
||||
{% block body %}Body{% endblock %}
|
||||
@@ -0,0 +1,2 @@
|
||||
{% extends "base.html" %}
|
||||
{% block body %}Child{% endblock %}
|
||||
@@ -0,0 +1 @@
|
||||
Hello {{ target }}!
|
||||
Reference in New Issue
Block a user