# maxbuttons/6.26.1/blocks/tpl/generic.tpl

MaxButtons – Create buttons, version 6.26.1. 7 lines.

- Page: https://pluginprobe.com/plugins/maxbuttons/6.26.1/code/blocks/tpl/generic.tpl
- Raw: https://pluginprobe.com/plugins/maxbuttons/6.26.1/raw/blocks/tpl/generic.tpl
- Modified: 2016-11-28T10:07:18+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/maxbuttons/6.26.1/code/blocks/tpl/generic.tpl#L10-L20`.

```
{if:label} 	<label for='%%id%%'>%%label%%</label> {/if:label}
		<div class="input %%name%%">
 			%%content%%
		</div>
		{if:default} <div class='default'>%%default%%</div> {/if:default}


```
