diff --git a/backend/core/processors.py b/backend/core/processors.py index 6a5ecef..b4ec9c3 100644 --- a/backend/core/processors.py +++ b/backend/core/processors.py @@ -21,7 +21,7 @@ def render_universal_segment(segment, context_data): if segment_type == 'organization': rendered.append( f'
'
+ f'
'
f'Comprehensive Evaluation and Strategic Recommendations for Enhanced Cybersecurity Posture
' f'
'
+ f'
'
)
for item in content:
subtitle = Template(item.get('subtitle', '')).render(context)
diff --git a/backend/core/static/img/risklet-logo.png b/backend/core/static/img/risklet-logo.png
new file mode 100644
index 0000000..a12eaa7
Binary files /dev/null and b/backend/core/static/img/risklet-logo.png differ