Skip to content

Commit

Permalink
Merge pull request #4 from joeainsworth/views/should-extender-app-twig
Browse files Browse the repository at this point in the history
index.twig now extends app.twig
  • Loading branch information
alexgarrettsmith authored Aug 6, 2017
2 parents 078bff1 + 706d400 commit aaff4f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/views/home/index.twig
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{% extends 'app.twig' %}

{% block content %}
Hello from {{ appName }}!
{% endblock %}

0 comments on commit aaff4f0

Please sign in to comment.