this repo has no description
1<!DOCTYPE html> 2<html lang="en"> 3<head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <script src="https://unpkg.com/htmx.org@2.0.4" integrity="sha384-HGfztofotfshcF7+8n44JQL2oJmowVChPTg48S+jvZoztPfvwD79OC/LTtG6dMp+" crossorigin="anonymous"></script> 7 <title>{{block "title" .}}tangled{{end}}</title> 8</head> 9<body> 10 11 <div class="navbar"> 12 <a href="/" style="color: white; text-decoration: none;">Home</a> 13 </div> 14 15 <div class="content"> 16 {{block "content" .}}{{end}} 17 </div> 18 19</body> 20</html>