mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 11:11:03 +01:00
666bcacf20
Former-commit-id: b5be58709f17758a8df3ebc99270b97ccd8b18f2
13 lines
215 B
HTML
13 lines
215 B
HTML
<html>
|
|
<head>
|
|
<title>my Layout</title>
|
|
|
|
</head>
|
|
<body>
|
|
<h1>This is the layout for the /my/ and /my/other routes only</h1>
|
|
<br />
|
|
<!-- Render the current template here -->
|
|
{{ yield }}
|
|
</body>
|
|
</html>
|