iris/_examples/view/embedding-templates-into-app/templates/layouts/layout.html

13 lines
180 B
HTML
Raw Normal View History

<html>
<head>
<title>Layout</title>
</head>
<body>
<h1>This is the global layout</h1>
<br />
<!-- Render the current template here -->
{{ yield }}
</body>
</html>