Files
pathtoglory_blog/app/server/views/conclave/options.pug

12 lines
246 B
Plaintext
Raw Normal View History

extends ../layout
block content
a(href='/conclave/options/edit') Edit
case options.length
when 0
p There is no options at the moment
default
ul
each option in options
li #{option.name}: #{option.value}