page-single-sori.html 307 Bytes
Newer Older
Franco (nextime) Lanza's avatar
Franco (nextime) Lanza committed
1 2 3 4 5 6 7 8 9 10 11
<article class="post-full post page no-image"> 
    <header class="post-full-header">
        <h1 class="post-full-title">{{.Title | title}}</h1>
    </header>

    <section class="post-full-content">
        <div class="kg-card-markdown">
        {{ .Content }}    
        </div>
    </section>
</article>