</>
Template Preview

Cover Page Template

A4 page preview. In production, WeasyPrint renders this at 210mm x 297mm with zero margins.

CONFIDENTIAL — Do Not Distribute
v1.0

Multi-Cloud Security Assessment

ROAR

Risk & Opportunity Assessment Report

Prepared For

AiVRIC Organization

February 4, 2026

AWS Azure Kubernetes GitHub

Prepared By

3HUE Cybersecurity

Powered by AiVRIC Vision Platform

Report ID: ROAR-2026-0204-001
CONFIDENTIAL

Template Variables

The cover page template accepts the following context variables from the Django view:

Variable Type Example Description
{{ report.title }} string "ROAR" Main report acronym/title
{{ report.subtitle }} string "Risk & Opportunity Assessment Report" Full report name
{{ client.name }} string "AiVRIC Organization" Client/organization name
{{ report.date }} date "February 4, 2026" Assessment date
{{ report.version }} string "v1.0" Report version
{{ report.id }} string "ROAR-2026-0204-001" Unique report identifier
{{ report.classification }} string "CONFIDENTIAL" Document classification level
{{ report.providers }} list ["AWS", "Azure", "K8s", "GitHub"] Assessed cloud providers
{{ assessor.name }} string "3HUE Cybersecurity" Assessment firm name
{{ platform.name }} string "AiVRIC Vision Platform" Platform attribution

Key CSS Rules

@page cover {
 size: A4;
 margin: 0;
}

.cover-page {
 page: cover;
 width: 210mm;
 height: 297mm;
 background: linear-gradient(160deg, #312E81, #2050C0);
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 color: #FFFFFF;
 -webkit-print-color-adjust: exact;
 print-color-adjust: exact;
}