album/templates/img_link.rs.html

5 lines
128 B
HTML
Raw Normal View History

2017-02-01 18:27:09 +04:00
@use rphotos::models::Photo;
@(photo: Photo)
2017-02-01 19:12:03 +04:00
<p class="item"><a href="/img/@photo.id"><img src="/img/@photo.id-s.jpg"></a></p>