kemal/spec/asset/layout_with_yield.ecr

6 lines
80 B
Plaintext

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