cyberstorm/book/source/intelligence.instance.tera

15 lines
300 B
Plaintext
Raw Normal View History

2021-03-02 04:17:16 +00:00
{% import "macros.tera" as macros %}
2021-03-03 02:38:15 +00:00
# {{ macros::doc_title(doc=doc) }}
2021-03-02 04:17:16 +00:00
2021-03-03 02:38:15 +00:00
{{ macros::doc_details(doc=doc) }}
{{ macros::doc_details_next(title="Provider", value=doc.provider) }}
2021-03-02 04:17:16 +00:00
## Description
{{ macros::content(content=doc.content) }}
## References
{{ macros::references(refs=doc.references) }}