Move all files to sculpin/
This commit is contained in:
parent
c5d71803a5
commit
0f61b4e9ee
1514 changed files with 0 additions and 0 deletions
13
sculpin/source/_includes/daily-emails/most-recent.html.twig
Normal file
13
sculpin/source/_includes/daily-emails/most-recent.html.twig
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
|
||||
<section>
|
||||
<h2>{{ title }}</h2>
|
||||
|
||||
<p>Here are the emails I sent this week:</p>
|
||||
|
||||
<ul>
|
||||
{% for email in emails %}
|
||||
<li><a href="{{ email.url }}">{{ email.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</section>
|
Loading…
Add table
Add a link
Reference in a new issue