2020-07-18 17:03:17 +02:00
|
|
|
doctype html
|
|
|
|
html(lang="en")
|
|
|
|
head
|
|
|
|
title= pageTitle
|
2020-07-20 14:40:06 +02:00
|
|
|
link(rel='stylesheet', href='//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css', type='text/css')
|
2020-07-18 17:30:53 +02:00
|
|
|
link(rel='stylesheet', href='stylesheets/main.css', type='text/css')
|
2020-07-18 17:03:17 +02:00
|
|
|
body
|
|
|
|
h1=pageTitle
|
2020-07-20 14:40:06 +02:00
|
|
|
i.fa.fa-world
|
2020-07-18 17:30:53 +02:00
|
|
|
h2 Statistics
|
2020-07-19 16:46:34 +02:00
|
|
|
|
2020-07-20 14:40:06 +02:00
|
|
|
include partials/contacts.pug
|
|
|
|
include partials/hashtags.pug
|
|
|
|
include partials/config.pug
|
|
|
|
include partials/toots.pug
|
2020-07-19 16:46:34 +02:00
|
|
|
|
2020-07-20 12:39:01 +02:00
|
|
|
|
|
|
|
|