17 lines
410 B
Plaintext
17 lines
410 B
Plaintext
extends ../layout
|
|
|
|
block stylesheets
|
|
link(rel='stylesheet', href='/stylesheets/manage.css')
|
|
link(rel='stylesheet', href='/stylesheets/form.css')
|
|
|
|
block actions
|
|
button#manage-account-button(class="send-to-right") Manage account
|
|
|
|
block content
|
|
div
|
|
table#games-list
|
|
div
|
|
button#add-new-button Add new...
|
|
|
|
block scripts
|
|
script(src='/scripts/manage/manage-nonadmin.js' type="module") |