12 lines
311 B
Plaintext
12 lines
311 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", aboutHead())
|
|
}
|
|
|
|
templ aboutHead() {
|
|
<link rel="stylesheet" href="/assets/css/about.css"/>
|
|
}
|