Özgür Yazılım Derneği web sitesi https://oyd.org.tr
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oyd-web/layouts/_default/single.html

12 lines
245 B

{{ define "main" }}
<div class="page">
<article>
<h1 class="title">{{ .Title }}</h1>
{{ .Content }}
</article>
<aside class="sidebar">
<h2 class="title">Etkinlikler</h2>
{{ partial "events" . }}
</aside>
</div>
{{ end }}