1
0
dwelling-home/web/about.templ

12 lines
320 B
Plaintext

package web
import "git.arav.su/Arav/dwelling-home/pkg/servicestat"
templ About(filesSrvc string, services servicestat.ServiceList) {
@base("About", "About me and my home servers.", "about, me, servcies", "/about", "About", aboutHead())
}
templ aboutHead() {
<link rel="stylesheet" href="/assets/css/about.css"/>
}