Files
builder-prototype/themes/dispute-protocol-theme/layouts/index.html
T

14 lines
387 B
HTML
Raw Normal View History

2025-03-23 21:44:39 -06:00
{{ 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 }}