#Output a page with only the component HTML without the layout?

4 messages · Page 1 of 1 (latest)

tired berry
#

I have the following index.astro and Raw.astro inside a folder, is it possible to only output the HTML of the Raw.astro component on a separate page? Currently index.astro just includes Raw.astro but Raw.astro still has the <!DOCTYPE html> and <body> output in the built HTML

vagrant socket