Skip to content

Commit 32a4788

Browse files
authored
Merge pull request #161 from weaverryan/patch-1
2 parents 045a756 + 92f8409 commit 32a4788

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

symfony/twig-bundle/3.3/templates/.gitignore

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>{% block title %}Welcome!{% endblock %}</title>
6+
{% block stylesheets %}{% endblock %}
7+
</head>
8+
<body>
9+
{% block body %}{% endblock %}
10+
{% block javascripts %}{% endblock %}
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)