You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Drupal offers a number of modules specifically designed to improve frontend performance. Combined with a well-made theme, these modules can help your Drupal sites fly!</p>
<dl class="tools col2">
{% for tool in site.drupal %}
{% if tool.type == 'tool' %}{% include list-tools.html %}{% endif %}
{% endfor %}
</dl>
<div class="page-header">
<h2>Activities</h2>
</div>
{% include goals.html %}
{% for activity in site.drupal %}
{% if activity.type == 'activity' %}{% include list-tasks.html %}{% endif %}