2024-06-19 01:08:05 +04:00
|
|
|
package web
|
|
|
|
|
|
|
|
import "git.arav.su/Arav/dwelling-home/pkg/servicestat"
|
|
|
|
|
|
|
|
templ About(filesSrvc string, services servicestat.ServiceList) {
|
2024-06-19 03:08:50 +04:00
|
|
|
@base("About", "About me and my home servers.", "about, me, servcies", "/about", aboutHead())
|
2024-06-19 01:08:05 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
templ aboutHead() {
|
|
|
|
<link rel="stylesheet" href="/assets/css/about.css"/>
|
|
|
|
}
|