Minimal single-page site with custom loravega theme. No external dependencies, no JavaScript, pure local CSS. Sections: Mesh Channels, Discord Groups, Signal Groups, Meetup, Resources. Includes LongFast settings reference and getting-started guide. Closes #1
7 lines
142 B
HTML
7 lines
142 B
HTML
{{ define "main" }}
|
|
<h1>📡 LoRa Vegas</h1>
|
|
<p class="tagline">Las Vegas Meshtastic & LoRa community</p>
|
|
|
|
{{ .Content }}
|
|
{{ end }}
|