%
var
sCoverPictureId: string;
begin
// Cover picture info
sCoverPictureId := HndGeneratorInfo.GetCustomSettingValue('CoverPicture');
// Change current file
HndGeneratorInfo.CurrentFile := 'OEBPS\_cover.html';
// XML header
print('');
%>
Cover
<%
if sCoverPictureId <> '' then
begin
%>
<%
end;
%>