In GitLab by @bcdickinson on Jan 26, 2018, 15:51 patterns/organisms/streamfield/story_block.yaml: ```yaml tags: story_block_extra_html_pre: value block: raw: '' ``` The above gets us the following warning in the logs: ``` No stub data defined for the "story_block_extra_html_pre" tag in the "patterns/organisms/streamfield/story_block.html" template ``` ... and the tag errors out because the fake context doesn't provide what it expects.