7 lines
133 B
Smarty
7 lines
133 B
Smarty
|
|
{{- define "timeclock.name" -}}
|
||
|
|
timeclock
|
||
|
|
{{- end }}
|
||
|
|
|
||
|
|
{{- define "timeclock.fullname" -}}
|
||
|
|
{{ include "timeclock.name" . }}
|
||
|
|
{{- end }}
|