Özgür Yazılım Derneği web sitesi
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.
|
|
|
{{ 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 }}
|