How do I put a header level field in a #list recor...
# advancedpdf
s
How do I put a header level field in a #list record.item as item ? Like I want to print record.memo on every line over and over again
d
record.memo
is still available inside the
<#list record.item as item>
, as well as all the other fields of the record. Try it out 👍