untagged.html (220B)
1 {{template "_header" .}} 2 <h1>Untagged Files</h1> 3 4 <div class="gallery"> 5 {{range .Data}} 6 {{template "_gallery" .}} 7 {{else}} 8 <p>No untagged files.</p> 9 {{end}} 10 </div> 11 12 {{template "_pagination" .}} 13 14 {{template "_footer"}}