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.
23 lines
893 B
23 lines
893 B
extends main
|
|
|
|
block content-container
|
|
section.uk-section.uk-section-default
|
|
.uk-container
|
|
div(uk-grid).uk-grid-small
|
|
div(class="uk-width-1-1 uk-width-auto@m")
|
|
.uk-width-small.uk-margin.uk-margin-auto
|
|
img(src="/img/default-member.png").site-profile-picture
|
|
|
|
div(class="uk-width-1-1 uk-width-expand@m")
|
|
block content
|
|
|
|
block page-footer
|
|
section.uk-section.uk-section-default.uk-section-small.dtp-site-footer
|
|
.uk-container.uk-text-small
|
|
a(href="/", title=`Learn more about ${site.name}`).uk-display-block.uk-link-reset
|
|
div(uk-grid).uk-grid-small.uk-flex-center.uk-flex-bottom
|
|
.uk-width-auto
|
|
img(src="/img/icon/icon-48x48.png").uk-display-block
|
|
.uk-width-auto(style="line-height: 1em;")
|
|
.uk-text-small.uk-text-muted hosted by
|
|
div #{site.name}
|