1
0
Fork 0
forked from goffee/cup
cup/storage/templates/custom_theme_formpage.html

19 lines
454 B
HTML

<!DOCTYPE html>
<html lang="en">
{{template "page_head" "Goffee"}}
<body>
<div class="container">
<form>
<fieldset>
<legend>Legend</legend>
<div class="row">
{{template "form_input" .FormText}}
{{template "form_input" .FormEmail}}
</div>
</fieldset>
{{template "form_button" .FormButton}}
</form>
</div>
{{template "page_footer"}}
</body>
</html>