mirror of https://github.com/kc0bfv/ticky_tacky_dark.git

Karl
01.26.2020 71b93fb760c17d5f7b22f47c1b8b50c2b57c2165
1
2
3
4
5
6
7
8
9
10
{{ define "main" }}
    <div class="col-12 col-sm-5">
        {{ with .Params.images }}
            <img id="sideimage" class="morerounded" src="{{ "img/side_image_template.png" | relURL }}" alt="{{ $.Params.imagealt }}">
        {{ end }}
    </div>
    <div class="col-12 col-sm-7">
        {{ .Content | safeHTML }}
    </div>
{{ end }}