Latest Version: 0.9.6.2

Index of the hinclude module

  • m webhelpers.hinclude ... - Tired of regenerating HTML pages from templates? Want more from Web caches? HInclude makes one thing very easy; including other bits of HTML into your Web page, using the browser.
    • f include ... - Do a client-side include of url, defaulting to default` >>> include("/foo","hello") '<hx:include src="/foo">hello</hx:include>'

Top