13 lines
249 B
Markdown
13 lines
249 B
Markdown
---
|
|
favicon: /favicons/carbone.svg
|
|
items:
|
|
- name: Add Template
|
|
desc: Adds a template in xml/html format to your Carbone account.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|