Skip to content

Commit

Permalink
[4-4] 新着ブログ記事テンプレート
Browse files Browse the repository at this point in the history
  • Loading branch information
hidenorigoto committed Oct 24, 2015
1 parent f36b495 commit cefe351
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/Resources/views/Blog/latestList.html.twig
@@ -0,0 +1,9 @@
<div>新着ブログ記事</div>
<ul>
{% for blog in blogList %}
<li>
[{{ blog.targetDate }}]
{{ blog.title }}
</li>
{% endfor %}
</ul>
9 changes: 9 additions & 0 deletions docs/lists/ch04/04-04.txt
@@ -0,0 +1,9 @@
<div>新着ブログ記事</div>
<ul>
{% for blog in blogList %}
<li>
[{{ blog.targetDate }}]
{{ blog.title }}
</li>
{% endfor %}
</ul>

0 comments on commit cefe351

Please sign in to comment.