From dc2f513b3da6e67f65d2cbcc76d2ae2bcbf381a6 Mon Sep 17 00:00:00 2001 From: Ash Date: Mon, 13 Apr 2026 07:45:39 -0700 Subject: [PATCH] news: add briefing page template and index --- news/index.html | 53 ++++++++++++++++++++++++++++++++++++++++++++++ news/template.html | 44 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 97 insertions(+) create mode 100644 news/index.html create mode 100644 news/template.html diff --git a/news/index.html b/news/index.html new file mode 100644 index 0000000..f5b6451 --- /dev/null +++ b/news/index.html @@ -0,0 +1,53 @@ + + + + + + ๐Ÿ“ฐ News Briefings + + + +
+ +

๐Ÿ“ฐ News Briefings

+
+ +
+ + + \ No newline at end of file diff --git a/news/template.html b/news/template.html new file mode 100644 index 0000000..709e3ce --- /dev/null +++ b/news/template.html @@ -0,0 +1,44 @@ + + + + + + News Briefing โ€” {{DATE}} + + + +
+ +

Morning Briefing

+
{{DATE}}
+ {{STORIES}} + +
+ + \ No newline at end of file