Warning, your browser does not support JavaScript and is not capable of displaying the latest web pages such as this one.
Pylons
Latest Version:
0.9.6.2
Home
Docs
Wiki
Trac
Community
FAQ
Install
Pastebin
Search Docs
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