| title |
|
|
|---|---|---|
| contributors |
|
|
| description | Add a plain text description here. | |
| affiliations |
|
|
| redirect_from | /website/guide_template |
{% include callout.html type="important" content="The raw code of this template is meant to be copied directly and edit. Please read the Quick Start get a sense of what to do." %}
Before you start using this template!
- Add your name to the contributors section of the guide above
- Make sure to also add your name to
CONTRIBUTORS.yml- Add a plain text description to the section above
- Add affiliations to the section above: make sure to also update
affiliations.yml- Add citation information in the format provided below:
Note: if this guide helped you, please cite it as follows
Citation information goes here!
Content goes here!
Adding an image:
{% include image.html file="Australian-Biocommons-Logo-Horizontal-144dpi-Transparent.png" caption="Fig 1. Australian BioCommons logo"%}
{% include image.html file="Australian-Biocommons-Logo-Horizontal-144dpi-Transparent.png" caption="Fig 1. Australian BioCommons logo"%}
See this link for more info on images.
Content goes here!
Below is an example callout, which comes in multiple styles: note, important, tip and warning.
The bold section of the script below should include one of these styles. The text in italics can be modified as needed.
{% include callout.html type="note" content="callout content text" %}
{% include callout.html type="note" content="If you need help, the Galaxy community is both approachable and helpful. Ask them questions!" %}
See examples of these callouts here.
Content goes here!