---
title: "Jython macro"
canonical: "https://support.appfire.com/space/SCRP/73728662/Jython%20macro"
format: markdown
---
> Macro (aura-html)


# Description

> Macro (excerpt)
> 
> Java scripting using [Jython](http://www.jython.org/)

# Parameters

- See [Macro parameters](https://appfire.atlassian.net/wiki/spaces/SCRP/pages/73728435)

## Pre-defined variables

- See [Pre-defined variables](https://appfire.atlassian.net/wiki/spaces/SCRP/pages/73728439)

# Usage

> ✅ **Using Jython libraries?**
> ✅ 
> ✅ See [How to use Jython libraries](https://appfire.atlassian.net/wiki/spaces/SCRP/pages/73728524)

```
{jython}
out.println("Hello world");
{jython}

```

```
{jython:output=wiki|script=#example.py|var1=test}
{jython} 

```

```
{jython:var1=hello|var2=world}
print "Output parameter"
print var1 + var2
out.println(var1 + var2)
{jython}

```

# Security

This macro support [Macro Security for Confluence](https://appfire.atlassian.net/wiki/spaces/CMSP).