The frontend/UI server, written in JS using the MarkoJS library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
163 B

6 years ago
  1. <if(input.enableAllTags)>
  2. <item-meta for(tag in input.tags) kind="tag" value=tag />
  3. </if>
  4. <else>
  5. <item-meta kind="tag" value=(input.tags[0] || null) />
  6. </else>