diff --git a/archetypes/templated/support/templates/html/bold.mustache b/archetypes/templated/support/templates/html/bold.mustache new file mode 100644 index 00000000..426b1f02 --- /dev/null +++ b/archetypes/templated/support/templates/html/bold.mustache @@ -0,0 +1 @@ +Yes bold my friend {{{contents}}} \ No newline at end of file diff --git a/archetypes/templated/support/templates/html/header.mustache b/archetypes/templated/support/templates/html/header.mustache new file mode 100644 index 00000000..4f8cb408 --- /dev/null +++ b/archetypes/templated/support/templates/html/header.mustache @@ -0,0 +1 @@ +{{{contents}}} \ No newline at end of file diff --git a/archetypes/templated/support/templates/html/italic.mustache b/archetypes/templated/support/templates/html/italic.mustache new file mode 100644 index 00000000..2c74bfb2 --- /dev/null +++ b/archetypes/templated/support/templates/html/italic.mustache @@ -0,0 +1 @@ +{{{contents}}} Yes we do not like italic \ No newline at end of file diff --git a/archetypes/templated/support/templates/html/listItem.mustache b/archetypes/templated/support/templates/html/listItem.mustache new file mode 100644 index 00000000..0ec41f58 --- /dev/null +++ b/archetypes/templated/support/templates/html/listItem.mustache @@ -0,0 +1 @@ +
  • Basic item{{{contents}}}
  • \ No newline at end of file diff --git a/archetypes/templated/support/templates/html/paragraph.mustache b/archetypes/templated/support/templates/html/paragraph.mustache new file mode 100644 index 00000000..6faac985 --- /dev/null +++ b/archetypes/templated/support/templates/html/paragraph.mustache @@ -0,0 +1 @@ +

    Paragraph. {{{contents}}}

    \ No newline at end of file diff --git a/archetypes/templated/support/templates/html/unorderedList.mustache b/archetypes/templated/support/templates/html/unorderedList.mustache new file mode 100644 index 00000000..524091c0 --- /dev/null +++ b/archetypes/templated/support/templates/html/unorderedList.mustache @@ -0,0 +1,3 @@ +
      +{{{contents}}} +
    \ No newline at end of file