{{ burning.data.title }}{% if burning.data.manufacturer %}, {{ burning.data.manufacturer }}{% endif %}, {{ burning.date | niceDate }}, {{ burning.data.time }}
{% if burning.content %}
{{ burning.content | safe }}
{% endif %}
--- layout: layouts/base.njk title: "Nathan Upchurch | Now Burning: What incense I'm burning at the moment." structuredData: none postlistHeaderText: "What I've been burning:" --- {% set burning = collections.nowBurning | last %}