JerryScript
    {% if page.url == "/" %}
  • Home
  • {% else %}
  • Home
  • {% endif %}
  • View on Github
  • Powering IoT.js
    {% for p in site.pages %} {% if p.title %} {% if page.url == p.url %}
  • {{ p.title }}
  • {% else %}
  • {{ p.title }}
  • {% endif %} {% endif %} {% endfor %}