UNPKG

dojox

Version:

Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.

10 lines (9 loc) 272 B
<!--{% extends base %}--> <!--{% block body %}--> <div> <h3><!--{{ blog.title }}--></h3> <div><small>posted on <!--{{ blog.date|date }}--> by <!--{{ blog.author }}--></small></div> <p><!--{{ blog.teaser }}--></p> <p><!--{{ blog.body }}--></p> </div> <!--{% endblock %}-->