Hello,
Id'like to individualise headers also. So I have tried to change default.template:
...
<head>
...
<link rel="stylesheet" href="{relocatable: css/default.css}" type="text/css" media="screen" />
<!-- Header-Tag for inclueds and scripts -->
<webgen:block name="header">
<title>{title:}</title>
</head>
...
Than I have added the blocks to the .page file:
---
title: Some title
routed_title: Some title
sort_info: 30
--- name:header
{include_file: {filename: include/list_header.txt, process_output: false, escape_html: false}}
--- name:content
{include_file: {filename: include/list_content.txt, process_output: false, escape_html: false}}
Unfortunately, the output does not include the content of the "include/list_header.txt file,
only the crude tag:
<webgen:block name="header">
How to proceed in a better way?
Thank you for your precious help
Fabio
|