album/templates/img_link.rs.html
Rasmus Kaj 16a1b75643 Cleanup some more.
Get rid of lib.rs, and move main entry point to main.rs.
2017-09-02 00:05:44 +02:00

5 lines
120 B
HTML

@use models::Photo;
@(photo: &Photo)
<p class="item"><a href="/img/@photo.id"><img src="/img/@photo.id-s.jpg"></a></p>