10 lines
220 B
YAML
10 lines
220 B
YAML
{{/* Make sure all variables are set properly */}}
|
|
{{- include "common.setup" . }}
|
|
|
|
{{/* Render appkey for monica */}}
|
|
{{- include "monica.appkey" . }}
|
|
|
|
|
|
{{/* Render the templates */}}
|
|
{{ include "common.postSetup" . }}
|