Here is the source code of this very page:
<%Header
title='XAO Self-Source Page'
keywords='software free open source web development xao'
description='XAO -- sample of the page that shows its own source code'
AREA_ACTIVE='xao'
AREA_TITLE='XAO Suite: Self-Source Page'
STATIC_PAGE
%>
<%Page path='/bits/xao/index/breadcrumb'
L2.TEXT='Self-Source Page'
%>
<div class="panel">
<%Styler text='Page That Shows Its Own Source Code' style='section-title'%>
<p>Here is the source code of this very page:</p>
<pre class="border rounded bg-light p-2"><%Page/h path='/xao/self-source.html' unparsed%></pre>
<%Condition
a.cgiparam='iamsmart'
a.template={'<hr><p>Hey, you <strong>are</strong> smart.
Here is today's date as a bonus: <%Date/h%></p>'}
%>
</div>
<%Footer%>
<!-- vim: ft=xaoweb
-->