Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fun-apps / funsite / views.py
Size: Mime:
# -*- coding: utf-8 -*-

from django.shortcuts import render


def render_static_template(request, page):
    return render(request, 'funsite/static_templates/%s.html' % page, {})