mirror of
https://github.com/dnlbauer/django-signposting.git
synced 2026-09-10 22:15:30 +00:00
* use rdflib to extract signposts from jsonld * use rdflib to extract signposts from jsonld * linting * unit tests for jsonld middleware * update readme * update flake pipeline --------- Co-authored-by: Daniel Bauer <daniel.bauer@senckenberg.de>
12 lines
150 B
HTML
12 lines
150 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
{% load render_json_ld from json_ld %}
|
|
{% render_json_ld sd %}
|
|
</head>
|
|
<body>
|
|
<p>Hello, world!</p>
|
|
</body>
|
|
</html>
|
|
|