kemal/spec/asset/layout_with_yield.ecr

8 lines
95 B
Plaintext
Raw Normal View History

2016-07-11 21:09:01 +00:00
<html>
<head>
<%= yield_content "meta" %>
</head>
2016-07-11 21:09:01 +00:00
<body>
<%= content %>
</body>
</html>