1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-02 15:06:23 -07:00
gochan/templates/post_flag.html

8 lines
No EOL
191 B
HTML

{{define "post_flag"}}
<img {{if .IsGeoIP -}}
class="flag-geoip flag-{{.Flag}}"
{{- else -}}
src="{{webPath `/static/flags/` .Flag}}"
{{- end -}}
title="{{.Name}}" />
{{- end -}}