terraform/website/source/layouts/layout.erb

4 lines
77 B
Plaintext

<%= partial "layouts/header" %>
<%= yield %>
<%= partial "layouts/footer" %>