Skip to content

Instantly share code, notes, and snippets.

@tcope25
Created November 4, 2014 03:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tcope25/d7b9b3643c951cd20b9d to your computer and use it in GitHub Desktop.
Save tcope25/d7b9b3643c951cd20b9d to your computer and use it in GitHub Desktop.
{% if todayProjects is not null %}
{% for project in todayProjects %}
{% include 'projects/block-project.twig' with { 'project': project } %}
{% endfor %}
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment