{{ partial "head.html" . }}
{{ partial "header.html" }}
<div class="root">
    <div class="content">
        <h1 class="MUGA">
            {{ .Title }} - {{ .Params.Artist }}
        </h1>
        <iframe
            width="100%" height="512"
            src="{{ .Params.MuseScore }}/embed"
            frameborder="0"
            allowfullscreen allow="autoplay; fullscreen">
        </iframe>
        {{ .Content }}
        <h2 id="comments">Comments</h2>
        {{ partial "remark42.html" . }}
        {{ partial "footer.html" }}
    </div>
</div>
<ul class="shortlist links">
    {{ partial "links.html" }}
</ul>