{% comment %} Template for unit test pages. The gruntfile creates markdown files that consist solely of front matter, with the library id and renderer id specified - it's all this page needs, because the unit test code is library-agnostic. These pages are rendered inside an iframe in another page that contains the full layout. {% endcomment %}
{% include css.html %} {% assign libimport='' %} {% capture libimport %}{{page.library}}.jsplumb.html{% endcapture %} {% include {{libimport}} %}