remove Jekyll command markers from comment block
[rnaseq-cwl-training.git] / _includes / episode_overview.html
index c4a4d482cda0cadc5329e449f3387bab750bc393..169ab26b6382fd83aacb3f841804dc13eb9e0154 100644 (file)
@@ -10,7 +10,7 @@
     questions and objectives, we pass them as parameters to the Liquid's
     `include` statement when we generate the page:
 
-       {% include episode_overview.html teaching_time=e.teaching ... %}
+        include episode_overview.html teaching_time=e.teaching ...
 
     Here we obtain the information we need either from the episode itself or
     from the parameters passed in.