You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
707 B
19 lines
707 B
extends ../../layouts/main
|
|
block vendorcss
|
|
link(rel="stylesheet", href="/highlight.js/styles/default.css")
|
|
|
|
block content-container
|
|
|
|
block admin-layout
|
|
|
|
section.uk-section.uk-section-default.uk-section-small
|
|
.uk-container.uk-container-expand
|
|
div(uk-grid)
|
|
div(class="uk-width-1-1 uk-flex-last uk-width-auto@m uk-flex-first@m")
|
|
.uk-card.uk-card-secondary.uk-border-rounded(style="overflow: hidden;")
|
|
img(src='/img/app/menu-topper.png').uk-width-medium
|
|
.uk-card-body.uk-border-rounded
|
|
include ../components/menu
|
|
|
|
div(class="uk-width-1-1 uk-flex-first uk-width-expand@m").uk-width-expand
|
|
block content
|