diff --git a/app/campaigns/templates/campaign_page.html b/app/campaigns/templates/campaign_page.html new file mode 100644 index 0000000..d5aba23 --- /dev/null +++ b/app/campaigns/templates/campaign_page.html @@ -0,0 +1,5 @@ +{% extends 'base.html' %} +{% block title %}{{campaign.title}}{% endblock title %} +{% block content %} +{{campaign.title}} +{% endblock content %} \ No newline at end of file