pict-rs-aggregator/templates/return_home.rs.html

10 lines
176 B
HTML

@use crate::State;
@(state: &State)
<section>
<article class="content-group">
<a href="@state.create_collection_path()">Return Home</a>
</article>
</section>