Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the use of preloaded templates: List #21

Open
marcosstefani opened this issue May 4, 2018 · 0 comments
Open

Implement the use of preloaded templates: List #21

marcosstefani opened this issue May 4, 2018 · 0 comments

Comments

@marcosstefani
Copy link
Owner

marcosstefani commented May 4, 2018

Implement the use of the following items based on variables that we have in Python passed as parameter. Are they:

  • lists based on array[]
# var = ['one', 'two', 'five', 'nine']
# call: list(var, {class="number-list"} optional)
# result:
<ul class="number-list">
  <li>one</li>
  <li>two</li>
  <li>five</li>
  <li>nine</li>
</ul>
  • Remember to change README.md
@marcosstefani marcosstefani added the improvement Improvements in Project label May 4, 2018
@marcosstefani marcosstefani added Hacktoberfest and removed improvement Improvements in Project labels Sep 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant