go-skeletor/templates/home/home.tmpl

7 lines
223 B
Cheetah

<center>
<h1 class="mt-5" style="font-size:60px">{{.conf.AppName}}</h1>
<p>{{.conf.AppSubname}}</p>
<img id="logo" src="{{.conf.AppWeburl}}/uploads/logo/{{.conf.AppLogolight}}" width="250px">
</center>