wa_htmler library
Classes
- $A
- $Article
- $Aside
- $B
- $Body
- $Br
- $Button
- $Cache
- $Caption
- $Center
- $Code
- $Comment
- $CustomTag
- $Details
- $Div
- $Doctype
- $Form
- $H1
- $H2
- $H3
- $H4
- $H5
- $H6
- $H7
- $Head
- $Header
- $Hr
- $Html
- $I
- $Img
- $Input
- $Jinja
- $JinjaBlock
- $JinjaBody
- $JinjaComment
- $JinjaInclude
- $JinjaVar
- $Label
- $Li
- $Link
- $Main
- $Meta
- $Noscript
- $Ol
- $Option
- $P
- $Path
- $Raw
- $Script
- $Section
- $Select
- $Small
- $Span
- $Style
- $Summary
- $Svg
- $Table
- $Tbody
- $Td
- $Template
- $Text
- $TextArea
- $Tfoot
- $Th
- $Thead
- $Title
- $Tr
- $U
- $Ul
- $Video
- $Wbr
- ArrayTag
- JinjaTag
- JJ
- Helper class for Jinja tags With this class, you can create Jinja tags easily. Usage: JJ.$include('template.html') JJ.$var('variable_name') JJ.$if('condition', then: JJ.$var('then_var'), otherwise: JJ.$var('else_var')) JJ.$for(item: 'item', inList: 'items', body: JJ.$var('item')) etc.
- SingleTag
- Tag