{% extends "base.html" %} {% block title %}FetchBin - Last Outputs{% endblock %} {% block content %}

Last Outputs

Browse and vote on recently shared command outputs from the community.

{% for output in outputs %}
{{ output.command or 'N/A' }}
{{ output.html_content | safe }}
{% else %}

No shares found yet!

{% endfor %}
{% endblock %}