I tried following the instruction here:
for including youtube links in plugins. I added the following to the top of the jinja2 file for tab:
{% include youtube.html vid="X3A9Ir2SreI" %}
(I also tried with a thumbnail image too), however when I run the server I get the following error:
File "/projects/OctoPrint-CalibrationTests/octoprint_calibrationtests/templates/calibrationtests_tab.jinja2", line 103, in template
{% include youtube.html vid="X3A9Ir2SreI" %}
jinja2.exceptions.TemplateSyntaxError: expected token 'end of statement block', got 'vid'
I'm really not very au fait with jinja at all, am I doing something wrong or does the documentation need updating?