payment: note that Stripe has instituted an additional 1% fee for non-US cards
[hcoop/portal.git] / scripts / hcoop_html
1 #!/bin/sh
2
3 "$1"/bin/hcoop_header "$1" "$2"
4 cat "$3"
5 "$1"/bin/hcoop_footer "$1"
6