10 lines
239 B
HTML
10 lines
239 B
HTML
{{ define "main" }}
|
|
<section class="section narrow">
|
|
<section>
|
|
{{ partial "author/hero.html" . }}
|
|
{{ partial "author/articles_list.html" . }}
|
|
</section>
|
|
<div class="authors-gradient"></div>
|
|
</section>
|
|
|
|
{{ end }} |