templating.html 486 B

1234567891011121314151617181920212223
  1. <section>
  2. <h2 id="templateSelection">
  3. How can I customize the way selections are displayed?
  4. </h2>
  5. <h3>
  6. Nothing is being displayed when I select an option
  7. </h3>
  8. {% include options/not-written.html %}
  9. <h3>
  10. I am using HTML in my selection template but it isn't displaying it
  11. </h3>
  12. {% include options/not-written.html %}
  13. <h3>
  14. How can I access the container where the selection is displayed?
  15. </h3>
  16. {% include options/not-written.html %}
  17. </section>