OpenBAS-Platform / docs

OpenBAS Documentation Space
1 stars 1 forks source link

Improve doc for variables in media pressures #38

Closed EllynBsc closed 2 weeks ago

EllynBsc commented 1 month ago

Description

To display the article.uri of a list of media pressures, we should do:

<#list articles as article> - ${article.uri}
</#list>

At the minute, it is not very clear in the documentation how to use variables for media pressures articles.

Related to this issue