{% extends "_base.html" %} {% block extra_css %} /* PWS Profile — single-page grid layout */ @page profile-page { size: A4; margin: 24mm 20mm; background: #0D0D0D; } .profile-content { page: profile-page; max-height: 247mm; overflow: hidden; } .profile-header { text-align: center; margin-bottom: 20px; } .profile-header h2 { font-size: 20px; margin-bottom: 4px; } .profile-subtitle { font-size: 12px; color: var(--ds-muted); } {% endblock %} {% block content %}
PWS Profile