{% extends "journal/base.html" %} {% block path %}artifacts » code {% endblock %} {% block title %}Code Snippets{% endblock %} {% block content %}
{% if object_list %} {% else %}

No code snippets have been uploaded yet.

{% endif %} {% if is_paginated %} {% if has_previous %} « previous | {% endif %} {% if has_next %} next » {% endif %} {% endif %} {% endblock %}