mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: start Atom feed implementation
This commit is contained in:
8
templates/rss/event_entry.html.twig
Normal file
8
templates/rss/event_entry.html.twig
Normal file
@@ -0,0 +1,8 @@
|
||||
<p>
|
||||
A new event has been recorded for this domain:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>Action:</strong> {{ event.action }}</li>
|
||||
<li><strong>Date:</strong> {{ event.date|date('Y-m-d H:i:s') }}</li>
|
||||
</ul>
|
||||
Reference in New Issue
Block a user