Sign in
apache
/
flink-web
/
asf-site
/
.
/
docs
/
layouts
/
posts
/
single.html
blob: 33e091dd812def81aac2aff217991a635ab61aea [
file
] [
log
] [
blame
]
{{ define "main" }}
<article
class
=
"markdown"
>
<h1>
<a
href
=
"{{ .RelPermalink }}"
>
{{ .Title }}
</a>
</h1>
{{ partial "docs/post-meta" . }}
<p>
{{- .Content -}}
</p>
</article>
{{ end }}
{{ define "toc" }}
{{ partial "docs/toc" . }}
{{ end }}