Add templates for the ast nodes.
This commit is contained in:
parent
8a3b85d5fa
commit
67b60087af
1
default_environment/templates/html/angle_link.dust
Normal file
1
default_environment/templates/html/angle_link.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
angle_link
|
1
default_environment/templates/html/babel_call.dust
Normal file
1
default_environment/templates/html/babel_call.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
babel_call
|
@ -7,5 +7,8 @@
|
|||||||
{! TODO: Table of contents? !}
|
{! TODO: Table of contents? !}
|
||||||
|
|
||||||
<div class="blog_post_body">
|
<div class="blog_post_body">
|
||||||
|
{#.children}
|
||||||
|
{>document_element/}
|
||||||
|
{/.children}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
1
default_environment/templates/html/bold.dust
Normal file
1
default_environment/templates/html/bold.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
bold
|
1
default_environment/templates/html/center_block.dust
Normal file
1
default_environment/templates/html/center_block.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
center_block
|
1
default_environment/templates/html/citation.dust
Normal file
1
default_environment/templates/html/citation.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
citation
|
@ -0,0 +1 @@
|
|||||||
|
citation_reference
|
1
default_environment/templates/html/clock.dust
Normal file
1
default_environment/templates/html/clock.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
clock
|
1
default_environment/templates/html/code.dust
Normal file
1
default_environment/templates/html/code.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
code
|
1
default_environment/templates/html/comment.dust
Normal file
1
default_environment/templates/html/comment.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
comment
|
1
default_environment/templates/html/comment_block.dust
Normal file
1
default_environment/templates/html/comment_block.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
comment_block
|
1
default_environment/templates/html/diary_sexp.dust
Normal file
1
default_environment/templates/html/diary_sexp.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
diary_sexp
|
5
default_environment/templates/html/document_element.dust
Normal file
5
default_environment/templates/html/document_element.dust
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{@select key=.type}
|
||||||
|
{@eq value="heading"}{>heading/}{/eq}
|
||||||
|
{@eq value="section"}{>section/}{/eq}
|
||||||
|
{@none}{!TODO: make this panic!}ERROR: Unrecognized type {.type}.{/none}
|
||||||
|
{/select}
|
1
default_environment/templates/html/drawer.dust
Normal file
1
default_environment/templates/html/drawer.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
drawer
|
1
default_environment/templates/html/dynamic_block.dust
Normal file
1
default_environment/templates/html/dynamic_block.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
dynamic_block
|
1
default_environment/templates/html/element.dust
Normal file
1
default_environment/templates/html/element.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
element
|
1
default_environment/templates/html/entity.dust
Normal file
1
default_environment/templates/html/entity.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
entity
|
1
default_environment/templates/html/example_block.dust
Normal file
1
default_environment/templates/html/example_block.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
example_block
|
1
default_environment/templates/html/export_block.dust
Normal file
1
default_environment/templates/html/export_block.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
export_block
|
1
default_environment/templates/html/export_snippet.dust
Normal file
1
default_environment/templates/html/export_snippet.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
export_snippet
|
1
default_environment/templates/html/fixed_width_area.dust
Normal file
1
default_environment/templates/html/fixed_width_area.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
fixed_width_area
|
@ -0,0 +1 @@
|
|||||||
|
footnote_definition
|
@ -0,0 +1 @@
|
|||||||
|
footnote_reference
|
1
default_environment/templates/html/global_settings.dust
Normal file
1
default_environment/templates/html/global_settings.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
global_settings
|
1
default_environment/templates/html/heading.dust
Normal file
1
default_environment/templates/html/heading.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
heading
|
1
default_environment/templates/html/horizontal_rule.dust
Normal file
1
default_environment/templates/html/horizontal_rule.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
horizontal_rule
|
@ -0,0 +1 @@
|
|||||||
|
inline_babel_call
|
@ -0,0 +1 @@
|
|||||||
|
inline_source_block
|
1
default_environment/templates/html/italic.dust
Normal file
1
default_environment/templates/html/italic.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
italic
|
1
default_environment/templates/html/keyword.dust
Normal file
1
default_environment/templates/html/keyword.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
keyword
|
@ -0,0 +1 @@
|
|||||||
|
latex_environment
|
1
default_environment/templates/html/latex_fragment.dust
Normal file
1
default_environment/templates/html/latex_fragment.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
latex_fragment
|
1
default_environment/templates/html/line_break.dust
Normal file
1
default_environment/templates/html/line_break.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
line_break
|
1
default_environment/templates/html/object.dust
Normal file
1
default_environment/templates/html/object.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
object
|
1
default_environment/templates/html/org_macro.dust
Normal file
1
default_environment/templates/html/org_macro.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
org_macro
|
1
default_environment/templates/html/paragraph.dust
Normal file
1
default_environment/templates/html/paragraph.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
paragraph
|
1
default_environment/templates/html/plain_link.dust
Normal file
1
default_environment/templates/html/plain_link.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
plain_link
|
1
default_environment/templates/html/plain_list.dust
Normal file
1
default_environment/templates/html/plain_list.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
plain_list
|
1
default_environment/templates/html/plain_text.dust
Normal file
1
default_environment/templates/html/plain_text.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
plain_text
|
1
default_environment/templates/html/planning.dust
Normal file
1
default_environment/templates/html/planning.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
planning
|
1
default_environment/templates/html/property_drawer.dust
Normal file
1
default_environment/templates/html/property_drawer.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
property_drawer
|
1
default_environment/templates/html/quote_block.dust
Normal file
1
default_environment/templates/html/quote_block.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
quote_block
|
1
default_environment/templates/html/radio_link.dust
Normal file
1
default_environment/templates/html/radio_link.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
radio_link
|
1
default_environment/templates/html/radio_target.dust
Normal file
1
default_environment/templates/html/radio_target.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
radio_target
|
1
default_environment/templates/html/regular_link.dust
Normal file
1
default_environment/templates/html/regular_link.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
regular_link
|
1
default_environment/templates/html/section.dust
Normal file
1
default_environment/templates/html/section.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
section
|
1
default_environment/templates/html/special_block.dust
Normal file
1
default_environment/templates/html/special_block.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
special_block
|
1
default_environment/templates/html/src_block.dust
Normal file
1
default_environment/templates/html/src_block.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
src_block
|
@ -0,0 +1 @@
|
|||||||
|
statistics_cookie
|
1
default_environment/templates/html/strike_through.dust
Normal file
1
default_environment/templates/html/strike_through.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
strike_through
|
1
default_environment/templates/html/subscript.dust
Normal file
1
default_environment/templates/html/subscript.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
subscript
|
1
default_environment/templates/html/superscript.dust
Normal file
1
default_environment/templates/html/superscript.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
superscript
|
1
default_environment/templates/html/table.dust
Normal file
1
default_environment/templates/html/table.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
table
|
1
default_environment/templates/html/target.dust
Normal file
1
default_environment/templates/html/target.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
target
|
1
default_environment/templates/html/timestamp.dust
Normal file
1
default_environment/templates/html/timestamp.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
timestamp
|
1
default_environment/templates/html/underline.dust
Normal file
1
default_environment/templates/html/underline.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
underline
|
1
default_environment/templates/html/verbatim.dust
Normal file
1
default_environment/templates/html/verbatim.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
verbatim
|
1
default_environment/templates/html/verse_block.dust
Normal file
1
default_environment/templates/html/verse_block.dust
Normal file
@ -0,0 +1 @@
|
|||||||
|
verse_block
|
Loading…
x
Reference in New Issue
Block a user