print_post.naml

<macro name="print_post" requires="servlet">
	<n.node_page.>
		<n.html>
			<head>
				<META NAME="robots" CONTENT="noindex,nofollow"/>
				<n.title.><n.page_node.subject/></n.title.>
			</head>
			<body>
				<h2><n.page_node.subject/></h2>

				<div style="margin-bottom:1em">
					Posted by <b><n.page_node.owner.name/></b> on <i><n.page_node.when_created.long_format/></i>
					<br/>
					<b>URL:</b> <n.page_node.url/><br/>
					<br/>
					<n.page_node.message_with_signature/>
				</div>
			</body>
		</n.html>
	</n.node_page.>
</macro>