Skip to content
Snippets Groups Projects
Commit 67fac572 authored by damjan's avatar damjan
Browse files

[FEATURE] Adapting a template to fit into Forger layout

parent 92fb1dcd
No related branches found
No related tags found
No related merge requests found
...@@ -15,5 +15,6 @@ ...@@ -15,5 +15,6 @@
<f:render section="Title" /> <f:render section="Title" />
</h1> </h1>
<f:render section="Content" /> <f:render section="Content" />
<f:render section="Javascripts" />
</body> </body>
</html> </html>
\ No newline at end of file
<f:layout name="Default" /> <f:layout name="Default" />
<f:section name="Javascripts"></f:section>
<f:section name="Title">Index view of Standard controller</f:section> <f:section name="Title">Index view of Standard controller</f:section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment