diff --git a/conservancy/usethesource/templates/usethesource/ccirt_process.html b/conservancy/usethesource/templates/usethesource/ccirt_process.html new file mode 100644 index 0000000000000000000000000000000000000000..e5c4326c7503c8f2434a588214e63bfa9749a023 --- /dev/null +++ b/conservancy/usethesource/templates/usethesource/ccirt_process.html @@ -0,0 +1,10 @@ +{% extends "usethesource/base.html" %} + +{% block title %}Use the Source - Software Freedom Conservancy{% endblock %} + +{% block content %} + {{ block.super }} + +

CCIRT Process

+ +{% endblock content %}