I would like to both render html and show a source block for the rendered html (I am aware of ob-browser, but I want this to be dynamic html content, not an image) I would have thought the following would work, but noweb returns an empty string Well, this is solvable with css is it not? #+name: challenge-1-solution #+begin_export html
#+end_export #+begin_src html :eval no :exports code :noweb yes <> #+end_src