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)
<p class="item"><a href="/details/@photo.id"><img src="/img/@photo.id/s"></a></p>