Markdown file rendered to custom html file

I am trying to build this site for calculators.
I want to separate the text from the html/javascript (render)

content/en/

  • calculators
    – incometax.md
    – propertytax.md
    – salestax.md
    – _index.md

store the render html files separately;
as these are calculators they will have custom javascript in the html files
layouts

  • calculators
    – list.html
    – incometax.html
    – propertytax.html
    – salestax.html

Merely by creating these files they dont seem to link up to render the proper page.

for example the salestax should render

localhost:1313/calculators/salestax.html

  • Use separate single page layouts for separate files that have different JS. Set layout to be used using the layout param

I misunderstood the question.
Have updated my comment.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.