Skip to content
This repository was archived by the owner on Aug 12, 2018. It is now read-only.

Commit 57e751a

Browse files
committed
add enough code to get first test to pass
1 parent d03cf52 commit 57e751a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app/views/homepage.html.twig

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
{% extends '_base.html.twig' %}
1+
{% extends '_base.html.twig' %}
2+
3+
{% block content %}
4+
<div class="jumbotron">
5+
<p class="lead">Hello Devclub!</p>
6+
</div>
7+
{% endblock %}

0 commit comments

Comments
 (0)