summaryrefslogtreecommitdiffstats
path: root/tpl/objects/header.pug
blob: 0d9d7eeda00a8c38e6ccf0d1129cc33b5725d707 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
mixin header
    -
        let classes = {
            'o-header': true
        }
        if (attributes.class) {
            classes[attributes.class] = true;
        }

    header(class=classes)
        .o-header__content.t-lo
            block