---
layout: layout
title: "Watch Out!, IIT Roorkee"
---
{% include header.html %}
Featured Articles
{% for cat in site.data.homepage_categories.featured_articles %}
{% for post in site.categories[cat] %}
{% if post.image != null %}
{% include horizontal_post.html post=post %}
{% break %}
{% endif %}
{% endfor %}
{% endfor %}