Micron Document
Hello from bash
You can actually use any executable script for server-side rendering!!
this page's source:

echo "Hello from bash"

cat <<-'EOF'
You can actually use any executable script for server-side rendering!!
EOF

echo "this page's source:"
echo

cat "${0}"