pastebin/templates/config.rs.html

8 lines
225 B
HTML
Raw Normal View History

2019-10-24 12:15:53 +00:00
@use crate::models::session::Session;
2019-10-09 14:47:08 +00:00
@use crate::templates::{footer, header};
2019-10-24 12:15:53 +00:00
@(session: &Session)
@:header(session)
2019-10-09 14:47:08 +00:00
<p id=options> This page requires a modern web browser with enabled JavaScript support.
2019-10-24 12:15:53 +00:00
@:footer(session)