mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 04:55:55 +08:00
11 lines
354 B
HTML
11 lines
354 B
HTML
---
|
|
layout: default
|
|
---
|
|
<article{% if page.class %} class="{{ page.class }}"{% endif %}>
|
|
<a class="btn btn-sm btn-light float-right suggest-edits plain-link" href="https://github.com/coralproject/talk/edit/master/docs/{{ page.path }}" title="Suggest edits to this page">Suggest Edits</a>
|
|
<h1>{{ page.title }}</h1>
|
|
<hr/>
|
|
|
|
{{ content }}
|
|
|
|
</article> |