The primary model users will interact with is now Websites, which will have a single guestbook associated with it (though this is not enforced by the database).
11 lines
272 B
Plaintext
11 lines
272 B
Plaintext
package views
|
|
|
|
templ Home(title string, data CommonData) {
|
|
@base(title, data) {
|
|
<h2>Welcome</h2>
|
|
<p>
|
|
Welcome to webweav.ing, a collection of webmastery tools created by the <a href="https://32bit.cafe">32-Bit Cafe</a>.
|
|
</p>
|
|
}
|
|
}
|