I’m attempting to make a page which will load a text string (https://pastebin.com/Mp9sKy1A) into a page and then replace any instance of –FML-[componentName] with the appropriate component. So for example –FML-[NoteBlock] would be automatically replaced with the NoteBlock component. This is what I have so far: The output will then be placed into the following template: It actually sort of