You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
265 B
Plaintext

extends ../layout
block content
h2 Disk Images
a(href="/disk-images/add") Add
table
tr
th ID
th Name
th Description
th Source
for image in images
tr
td= image.id
td: strong= image.name
td= image.description
td= image.source