{% include head.html %} {% for css in site.data.egjs.css %} {% endfor %} {% for dist in site.data.egjs.dist %} {% endfor %} {% include facebook.html %} {% include header.html %} {% include promo.html %}

Getting Started

{% capture started %}{% include_relative started.md %}{% endcapture %} {{ started | markdownify }}

Demos

{% capture demo %}{% include_relative demo.md %}{% endcapture %} {{ demo | markdownify }}
{% include footer.html %} {% for js in site.data.egjs.js %} {% endfor %}