$title - $page
$info.name - $info.version : $action
$info.description
$str_author
{{ for $info.author as $a }}
{{ if $a.link }}$a.name{{ else }}$a.name{{ endif }},
{{ endfor }}
$str_maintainer
{{ for $info.maintainer as $a }}
{{ if $a.link }}$a.name{{ else }}$a.name{{ endif }},
{{ endfor }}
{{ if $screenshot }}
{{ endif }}
{{ if $admin_form }}
$settings
{{ endif }}
{{ if $readme }}
Readme
$readme
{{ endif }}