Skip to content

Commit

Permalink
Fix including template in layout fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Drozd authored and snicoll committed May 13, 2018
1 parent 932f17d commit d568bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/fragments/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<div class="container-fluid">
<div class="container xd-container">

<div th:replace="${template}"/>
<th:block th:include="${template}"/>

<br/>
<br/>
Expand Down

0 comments on commit d568bca

Please sign in to comment.