This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
fradrive-old/templates/widgets/html-field.hamlet
Gregor Kleen c5848b24e8 feat: pandoc-markdown based htmlField
BREAKING CHANGE: markdown based HTML input
2020-02-21 17:34:49 +01:00

10 lines
291 B
Plaintext

$newline never
$case fieldKind
$of HtmlFieldNormal
<textarea id=#{theId} name=#{name} :isReq:required *{attrs}>
#{val'}
<p .explanation>
^{markdownExplanation}
$of HtmlFieldSmall
<input id=#{theId} name=#{name} *{attrs} type="text" :isReq:required value=#{val'}>