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
273 B

  1. <if(state.text != null && state.text != "")>
  2. <div class=["post-meta", input.kind, state.color, input.weak ? "weak" : null, input.class] title=state.tooltip>
  3. <a if(state.href != null) href=state.href>${state.text}</a>
  4. <span else>${state.text}</span>
  5. </div>
  6. </if>