19 lines
454 B
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>
|