]> git.ipfire.org Git - ipfire.org.git/blame - src/templates/blog/messages/announcement.html
wiki: Only match usernames when a word starts with @
[ipfire.org.git] / src / templates / blog / messages / announcement.html
CommitLineData
aee57270
MT
1{% extends "../../messages/base-promo.html" %}
2
a4f22abc
MT
3{% block title %}{{ post.title }}{% end block %}
4
5{# Preview text shown in the inbox preview... #}
6{% block preview %}{{ post.excerpt }}{% end block %}
aee57270 7
a4f22abc
MT
8{% block content %}
9 <tr class="section">
10 <td>
11 <h1>
12 {{ post.title }}
13 </h1>
aee57270 14
a4f22abc
MT
15 <p>
16 {{ post.excerpt }}
17 </p>
aee57270 18
a4f22abc
MT
19 <table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0">
20 <tr class="button">
21 <td>
21a30d0f 22 <a class="primary" href="https://www.ipfire.org/blog/{{ post.slug }}?utm_medium=email&amp;utm_source=blog-announcement">
a4f22abc
MT
23 {{ _("Read The Full Post On Our Blog") }}
24 </a>
25 </td>
26 </tr>
27 </table>
28 </td>
29 </tr>
aee57270 30{% end block %}