Özgür Yazılım Derneği web sitesi https://oyd.org.tr
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
 
 
 
oyd-web/layouts/_default/single.html

12 行
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 }}