.gitignore
.pre-commit-config.yaml
LICENSE
README.md
manage.py
pyproject.toml
requirements.txt
tox.ini
uv.lock
.github/workflows/release.yml
.github/workflows/test.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
mockups/SiteManager.html
mockups/serve.py
src/commoncontent/__init__.py
src/commoncontent/admin.py
src/commoncontent/apps.py
src/commoncontent/common.py
src/commoncontent/models.py
src/commoncontent/redirects.py
src/commoncontent/schemas.py
src/commoncontent/sitemaps.py
src/commoncontent/urls.py
src/commoncontent/views.py
src/commoncontent/views_optional.py
src/commoncontent/management/__init__.py
src/commoncontent/management/commands/__init__.py
src/commoncontent/management/commands/import_markdown.py
src/commoncontent/migrations/0001_initial.py
src/commoncontent/migrations/__init__.py
src/commoncontent/static/generic.css
src/commoncontent/templates/commoncontent/article_detail.html
src/commoncontent/templates/commoncontent/base.html
src/commoncontent/templates/commoncontent/blocks/article_list_album.html
src/commoncontent/templates/commoncontent/blocks/article_list_blog.html
src/commoncontent/templates/commoncontent/blocks/article_text.html
src/commoncontent/templates/commoncontent/blocks/author_list_album.html
src/commoncontent/templates/commoncontent/blocks/author_profile.html
src/commoncontent/templates/commoncontent/blocks/debug_newsite.html
src/commoncontent/templates/commoncontent/blocks/empty.html
src/commoncontent/templates/commoncontent/blocks/footer_simple.html
src/commoncontent/templates/commoncontent/blocks/header_simple.html
src/commoncontent/templates/commoncontent/includes/article_series.html
src/commoncontent/templates/commoncontent/includes/link_list.html
src/commoncontent/templates/commoncontent/includes/messages.html
src/commoncontent/templates/commoncontent/includes/pagination.html
src/commoncontent/templates/registration/logged_out.html
src/commoncontent/templates/registration/login.html
src/commoncontent/templates/registration/password_change_done.html
src/commoncontent/templates/registration/password_change_form.html
src/commoncontent/templates/registration/password_reset_complete.html
src/commoncontent/templates/registration/password_reset_confirm.html
src/commoncontent/templates/registration/password_reset_done.html
src/commoncontent/templates/registration/password_reset_form.html
src/commoncontent/templatetags/commoncontent.py
src/django_commoncontent.egg-info/PKG-INFO
src/django_commoncontent.egg-info/SOURCES.txt
src/django_commoncontent.egg-info/dependency_links.txt
src/django_commoncontent.egg-info/requires.txt
src/django_commoncontent.egg-info/top_level.txt
test_project/__init__.py
test_project/asgi.py
test_project/settings.py
test_project/urls.py
test_project/wsgi.py
test_project/static/.exists
test_project/static/css/mindvessel.css
tests/__init__.py
tests/test_admin.py
tests/test_import_markdown.py
tests/test_import_markdown_no_frontmatter.md
tests/test_import_markdown_with_frontmatter.md
tests/test_models.py
tests/test_schemas.py
tests/test_templates.py
tests/test_templatetags.py
tests/test_views.py