co-cddo / ukgov-metadata-exchange-model

A metadata model for describing data assets for exchanging between UK government organisations.
https://co-cddo.github.io/ukgov-metadata-exchange-model/
Other
12 stars 1 forks source link

Fix #46 heading only displays if there is content #47

Closed AlasdairGray closed 9 months ago

AlasdairGray commented 9 months ago

The usage note heading was displayed even if there was no content under it. This PR adds a simple check to see if there is a value. If there is then the heading and its content is displayed otherwise neither is displayed.

AlasdairGray commented 9 months ago

I agree it would be nice to nest the conditionals. Unfortunately this messes up the jinja processing engine so we can't do it.