We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8ac6a commit f444d48Copy full SHA for f444d48
src/Turbo/templates/frame.html.twig
@@ -0,0 +1,10 @@
1
+<!DOCTYPE html>
2
+<html>
3
+ <head>
4
+ {% block head %}
5
+ {% endblock %}
6
+ </head>
7
+ <body>
8
+ {% block body %}{% endblock %}
9
+ </body>
10
+</html>
0 commit comments