mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-14 04:01:09 -04:00
6 lines
140 B
Plaintext
6 lines
140 B
Plaintext
<%= partial "layouts/meta" %>
|
|
<%= partial "layouts/header" %>
|
|
<%= partial "layouts/sidebar" %>
|
|
<%= yield %>
|
|
<%= partial "layouts/footer" %>
|