6 lines
184 B
HTML
6 lines
184 B
HTML
<!doctype html>
|
|
{% from "macros.html" import sectionHeading %}
|
|
{{ sectionHeading("Hardware") }}
|
|
|
|
{% from "macros.html" import personalItems %}
|
|
{{ personalItems(collections.hardware) }} |