{{ define "title" }} {{ string .Blog.Lang "webmentions" }} - {{ mdtext .Blog.Title }} {{ end }} {{ define "main" }}

{{ string .Blog.Lang "webmentions" }}

{{ $blog := .Blog }} {{ range $i, $mention := .Data.Mentions }}

From: {{ $mention.Source }}
To: {{ $mention.Target }}
Created: {{ unixtodate $mention.Created }}

{{ if eq $mention.Status "verified" }} {{ end }}
{{ end }} {{ if .Data.HasPrev }}

{{ string .Blog.Lang "prev" }}

{{ end }} {{ if .Data.HasNext }}

{{ string .Blog.Lang "next" }}

{{ end }}
{{ end }} {{ define "webmentionadmin" }} {{ template "base" . }} {{ end }}