shard-kemal/spec/asset/layout_with_yield.ecr
2016-07-12 00:09:01 +03:00

6 lines
80 B
Text

<html>
<body>
<%= content %>
<%= yield_content "custom" %>
</body>
</html>