Forum Discussion

Kallie's avatar
Kallie
Guide
7 years ago

Data not displaying on custom content using LIQL

Hi,  Very  new to Lithium Development. I create a call to return the subject and id of messages where the board id = [my board] In the API browser the JSON result is correct <#assign apiVersion =...
  • Jake_N's avatar
    7 years ago

    Hi Kallie

    When you want to output a result from a Freemarker variable use ${...}.

    An example you want would be: ${message.subject}

    You may also want to add the start to your anchor tag otherwise it is malformed HTML.