Skip to content

Instantly share code, notes, and snippets.

View NicolasJanPiero's full-sized avatar

NicolasJanPiero

View GitHub Profile
@NicolasJanPiero
NicolasJanPiero / newsletter_template.html
Created September 22, 2025 09:46
Template für DIOR AI Newsletter“
# Wir erstellen eine HTML-Datei mit dem Newsletter-Template und speichern sie ab
html_template = """<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>{{title}}</title>
</head>
<body style="margin:0;padding:20px;background-color:#f6f6f6;font-family:Arial, sans-serif;color:#333;line-height:1.5;">