#!/bin/sh {% if light %} echo light {% else %} echo dark {% end %}