index
:
askama
main
[no description]
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testing
/
tests
/
ui
/
no_template_attribute.rs
blob: d369434fd23a3500ec25b64b197a8259137e5249 (
plain
) (
blame
)
1
2
3
4
5
6
7
use
askama
::
Template
;
#[derive(Template)]
struct
NoTemplate
;
fn
main
()
{
}