At the last page of @page 'content-page' I want to show a different footer '.footer2'
@page content-page {
@bottom {
content: flow(footer);
}
}
footer {
-prince-flow: static(footer, start);
}
.footer2 {
/*css to show at the last page of @page content-page */
}
@page content-page {
@bottom {
content: flow(footer);
}
}
footer {
-prince-flow: static(footer, start);
}
.footer2 {
/*css to show at the last page of @page content-page */
}