/* Small block that I write to reuse in other templates to remove boilerplate. Syntax to reuse templates: @BasicPageBlock() */ package templates import "github.com/dixxe/personal-website/web/static/styling" templ LoadFontsBlock() { } // Use this block in every page. It contains dependecies and reduces boilerplate templ BasicPageBlock() { @LoadFontsBlock() nullmax17's website } // Small styled line of links to my friends and contact information. templ UsefulLinks() {

You can find source code of this website here.

Telegram - "@nullmax17"

Matrix - "@nullmax17:matrix.org"

My friends: Lunf Madam_ovi

}