Public HTML pages #6
Labels
No labels
backend
beginner-friendly
bug
build
db
endpoint
federation
http
low-priority
tests
waiting for zig 0.11
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: heartles/fediglam#6
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Need basic pages for
Core functionality should work without JS
Thoughts on implementation:
std.fmt
For the v0.0.3 milestone I'd like to have the general layout and formatting figured out. We don't need lots of pages for this. Might even just be a login page for now.
Current progress: working on a templating engine to power this. Initial attempts of jury-rigging something with std.fmt proved unsuccessful, and it's probably for the best anyway.
Templating engine still in progress, currently supports:
A few basic pages are up for testing purposes.
Splitting this out into different issues.
The templating engine is in #40