{% verbatim %}
{% extends './base.html.twig' %}

{% set error = getFlashBag("error") %}
{% set info = getFlashBag("info") %}

{% block body %}

<div class="hello">

  <img class=displayed src=/framework-bundle/images/nodefony-logo.png>
  <h1>{{ name }}</h1>
  <h2>{{ description }}</h2>
{% endverbatim %}
  <img class="displayed"  style=" width:10%; height:10%" src="/framework-bundle/images/nodejs/nodejs-new-pantone-black.png">
{% if addons.bootstrap %}
  <img class="displayed"  style=" width:10%; height:10%" src="/framework-bundle/images/bootstrap.png">
{% endif %}
{% if addons.webpack %}
  <img class="displayed" style=" width:15%; height:15%" src="/framework-bundle/images/webpack/webpack.svg">
{% endif %}
{% if addons.workbox %}
  <img class="displayed" style=" width:15%; height:15%" src="/framework-bundle/images/workbox/Workbox-Logo-Grey.svg">
{% endif %}
{% if addons.binding %}
  <img class="displayed" style=" width:5%; height:5%" src="/framework-bundle/images/c++.png">
  <p>{{binding}}</p>
{% endif %}

</div>

{% verbatim %}
{% endblock %}
{% endverbatim %}
