mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2026-05-24 12:21:21 +00:00
feat: Use data files for DPA directory
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{{- /*
|
||||
Renders a table cell value: plain text (e.g. TBA) or a link with label + url.
|
||||
Expects dict: label, url, text (only one style used).
|
||||
*/ -}}
|
||||
{{- if .url -}}
|
||||
<a href="{{ .url }}" target="_blank">{{ .label }}</a>
|
||||
{{- else -}}
|
||||
{{- .text -}}
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user