{% extends "index.html" %} {% block title %}Inputs{% endblock %} {% block main %}

The input collection

Have a look to the input collection:






#!/bin/sh
# This is code sample
while [ 1 ]
do
  echo "Tits or GTFO !"
  sleep .1
done
        
{% endblock %}