github.com/volts-dev/volts@v0.0.0-20240120094013-5e9c65924106/demo/web/volts_module/group/base/template/index.html (about) 1 <!doctype html> 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 3 <head> 4 <title >∷ {% block title %}volts demo{% endblock %} ∷ </title> 5 <link rel="stylesheet" type="text/css" href="{{.static}}/index.css"/> 6 {% block head %}{% endblock %} 7 {% block script %}{% endblock %} 8 </head> 9 <body id="app"> 10 <p>{{.VOLTS}}</p> 11 </body> 12 </html>