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

6 years ago
  1. <if(state.text != null && state.text != "")>
  2. <div class=["chapter-meta", input.kind, state.color, input.weak ? "weak" : null] 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>