How might I apply CSS to bits of a template? e.g. I have the template below:
---
tags: template
description: Project reference link with meta info as list item
---
* [[{{name}}]] {{status}} {{#if reviewDate}}{{reviewDate}}{{/if}}
How might I apply css (either inline or by adding a class or ID) to the #if part?