Files
builder-prototype/themes/dispute-protocol-theme/layouts/index.html
Nathan Schneider 8d54875c6d Branding adjustments
2025-04-09 17:02:19 -06:00

14 lines
387 B
HTML

{{ define "main" }}
<div class="home-content">
<div class="hero">
<h1>{{ .Title }}</h1>
<p class="lead">Create a customized dispute resolution protocol for your community</p>
<a href="/builder/" class="btn-primary">Start Building</a>
<a href="/about/" class="btn-secondary">Learn More</a>
</div>
<div class="content">
{{ .Content }}
</div>
</div>
{{ end }}