1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-03 03:36:22 -07:00
gochan/templates/post_flag.html

8 lines
191 B
HTML
Raw Normal View History

2024-01-17 15:56:01 -08:00
{{define "post_flag"}}
<img {{if .IsGeoIP -}}
class="flag-geoip flag-{{.Flag}}"
{{- else -}}
src="{{webPath `/static/flags/` .Flag}}"
{{- end -}}
title="{{.Name}}" />
2024-01-17 15:56:01 -08:00
{{- end -}}