shard-kemal/spec/asset/layout_with_yield.ecr
2022-06-27 12:28:13 +03:00

8 lines
95 B
Text

<html>
<head>
<%= yield_content "meta" %>
</head>
<body>
<%= content %>
</body>
</html>