Django-easy-pdf, header on every page of the document
I am trying to export some data in a PDF file. I am using: Django 1.9.12 django-easy-pdf 0.1.0 Python 2.7 The export works fine and all (no problem with my view) but I am struggling with adding a page header into every page of the document. At this point I can only render it on the first page. I have no such problem with the footer, it renders properly on every page. My template is as follows: {% extends "easy_pdf/base.html" %} {% block extra_style %} <style type="text/css"> @page { size: landscape; margin-left: 1cm; margin-right: 1cm; margin-top: 1.5cm; margin-bottom: 2cm; @frame footer {