Merge pull request #161 from weaverryan/patch-1

This commit is contained in:
Symfony
2017-08-31 05:46:04 -07:00
committed by GitHub
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{% block title %}Welcome!{% endblock %}</title>
{% block stylesheets %}{% endblock %}
</head>
<body>
{% block body %}{% endblock %}
{% block javascripts %}{% endblock %}
</body>
</html>