{% extends 'base.html' %} {% load static %} {% block title %}Home - Packs Site{% endblock %} {% block content %}

Packs Site

Hosted datapacks for the Needs Of Nature mod.

Browse and download packs shared by the community. Upload your own once you have a creator account.

Announcements

{% for a in announcements %}
{{ a.title }} {{ a.created_at|date:"M j" }}{% if a.comments_count %} ยท {{ a.comments_count }} comment{{ a.comments_count|pluralize }}{% endif %}
{% empty %}

No announcements yet.

{% endfor %}
{% if announcements_total > 4 %} View all ({{ announcements_total }}) {% endif %} {% if user.is_authenticated %}

For you {% if unread_notifications %}{{ unread_notifications }}{% endif %}

{% for n in notifications %}
{{ n.text }} {{ n.created_at|timesince }} ago
{% empty %}

Nothing new for you yet.

{% endfor %}
All your alerts {% if unread_notifications %}
{% csrf_token %}
{% endif %}
{% endif %}
{{ stats.creators }} Creators
{{ stats.packs }} Packs
{{ stats.downloads }} Downloads

Latest packs

View all
{% for project in latest_projects %} {% include 'library/_project_card.html' %} {% empty %}

No packs yet

Be the first to share a pack.

{% endfor %}
{% endblock %}