Re-sync with internal repository
[hiphop-php.git] / third-party / watchman / src / website / _includes / content / items / gridblock.html
blob908974a9ebab315b6b770ae9a7b827faaf55efcb
1 <section id="fb_hhvm" class="featureBlock {{ include.gridtype }} fbossFontLight">
2 {% if item.image %}
3 <img src="static/{{ item.image }}" alt="{{ item.title }}" title="{{ item.title }}" />
4 {% endif %}
5 <h3>{{ item.title }}</h3>
6 {{ item.text | markdownify }}
7 </section>