7 lines
110 B
YAML
7 lines
110 B
YAML
env:
|
|
date: "{{ date +'%B %d, %Y' }}"
|
|
title: Testing Templating
|
|
hello: "{{echo $hello}}"
|
|
|
|
output: ./dist
|