Add templates for tables.
This commit is contained in:
parent
b654ca4859
commit
0b64551a23
@ -1 +1 @@
|
||||
!!!!!!!! table
|
||||
<table>{#.children}{>table_row/}{/.children}</table>
|
||||
|
1
default_environment/templates/html/table_cell.dust
Normal file
1
default_environment/templates/html/table_cell.dust
Normal file
@ -0,0 +1 @@
|
||||
<td>{#.children}{>object/}{/.children}</td>
|
1
default_environment/templates/html/table_row.dust
Normal file
1
default_environment/templates/html/table_row.dust
Normal file
@ -0,0 +1 @@
|
||||
<tr>{#.children}{>table_cell/}{/.children}</tr>
|
Loading…
x
Reference in New Issue
Block a user