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 / templates / course_dashboard / student-map-global.html
Size: Mime:
## mako
<%inherit file="base_global.html" />

<%block name="content">
    <%include file="student-map-content.html"/>
</%block>

<%block name="extra_footer">
    <%include file="student-map-footer.html"/>
</%block>