{"id":13442485,"url":"https://github.com/mmontone/djula","last_synced_at":"2025-03-20T14:31:12.268Z","repository":{"id":17604127,"uuid":"20407942","full_name":"mmontone/djula","owner":"mmontone","description":"Common Lisp port of the Django templating language","archived":false,"fork":true,"pushed_at":"2025-03-14T17:27:49.000Z","size":4399,"stargazers_count":157,"open_issues_count":9,"forks_count":23,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-14T17:34:19.763Z","etag":null,"topics":["common-lisp","html-template","lisp","template-engine"],"latest_commit_sha":null,"homepage":"http://mmontone.github.io/djula/djula","language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"nallen05/djula","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mmontone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2014-06-02T15:01:38.000Z","updated_at":"2025-03-14T17:25:43.000Z","dependencies_parsed_at":"2023-01-11T20:26:56.109Z","dependency_job_id":null,"html_url":"https://github.com/mmontone/djula","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmontone%2Fdjula","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmontone%2Fdjula/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmontone%2Fdjula/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmontone%2Fdjula/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmontone","download_url":"https://codeload.github.com/mmontone/djula/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244630108,"owners_count":20484314,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["common-lisp","html-template","lisp","template-engine"],"created_at":"2024-07-31T03:01:46.290Z","updated_at":"2025-03-20T14:31:11.861Z","avatar_url":"https://github.com/mmontone.png","language":"Common Lisp","funding_links":[],"categories":["Common Lisp","Interfaces to other package managers"],"sub_categories":["Isomorphic web frameworks"],"readme":"# Djula\n\n[![Build Status](https://travis-ci.org/mmontone/djula.svg?branch=master)](https://travis-ci.org/mmontone/djula)\n[![Quicklisp](http://quickdocs.org/badge/djula.svg)](http://quickdocs.org/djula/)\n[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)\n\nDjula is a port of Python's [Django](http://www.djangoproject.com) template engine to Common Lisp. \n\n## Nutshell\n\n\nHere a small example of a template::\n\n```HTML+Django\n\n    {% extends \"base.html\" %}\n    {% block title %}Memberlist{% endblock %}\n    {% block content %}\n      \u003cul\u003e\n      {% for user in users %}\n        \u003cli\u003e\u003ca href=\"{{ user.url }}\"\u003e{{ user.username }}\u003c/a\u003e\u003c/li\u003e\n      {% endfor %}\n      \u003c/ul\u003e\n    {% endblock %}\n```\n\n## Philosophy\n\nApplication logic is for the controller but don't try to make the life\nfor the template designer too hard by giving him too few functionality.\n\nFor more information visit the [documentation page](http://mmontone.github.io/djula/djula/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmontone%2Fdjula","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmontone%2Fdjula","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmontone%2Fdjula/lists"}