hyaenidae/server/templates/nav.rs.html
asonix 934ddd76ff Server: Update to latest Toolkit & Profile apis
Reorganize files a bit
Add a Pagination trait to guide with paging in the future
Add extension traits for Profile, Comment, and Submission
Async-ify more things, but not all things
2021-01-21 23:47:47 -06:00

7 lines
127 B
HTML

@use crate::nav::NavState;
@use hyaenidae_toolkit::{templates::button_group};
@(nav: &NavState)
@:button_group(&nav.buttons)