mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-08-12 07:20:47 +00:00
.github
_includes
overrides
app_img.html
carousel.html
config.yaml
gunicorn.conf.py
img.html
reference.html
release_table.html
splide_image.html
ci
docs
.gitignore
LICENSE
README.md
main.py
mkdocs.yml
readthedocs.yml
requirements.txt
11 lines
193 B
HTML
11 lines
193 B
HTML
|
|
{% if 'http' in src %}
|
|
{% set img_url = src %}
|
|
{% else %}
|
|
{% set img_url = config.assets_dir + '/images/' + src %}
|
|
{% endif %}
|
|
|
|
<li class='splide__slide'>
|
|
<img src='{{ img_url }}'>
|
|
</li>
|